File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 32
32
if (!.. ())
33
33
return FALSE
34
34
var /obj /machinery/door/airlock/A = holder
35
- if (! istype(user, / mob / living/ silicon))
36
- if (A. isElectrified())
37
- if (A. shock(user, 100 ))
38
- return FALSE
39
35
if (! A. p_open)
40
36
return FALSE
41
37
return TRUE
Original file line number Diff line number Diff line change 20
20
if (!.. ())
21
21
return FALSE
22
22
var /obj /machinery/smartfridge/S = holder
23
- if (! istype(user, / mob / living/ silicon))
24
- if (S. seconds_electrified)
25
- if (S. shock(user, 100 ))
26
- return FALSE
27
23
if (S. panel_open)
28
24
return TRUE
29
25
return FALSE
Original file line number Diff line number Diff line change 15
15
if (!.. ())
16
16
return FALSE
17
17
var /obj /machinery/suit_cycler/S = holder
18
- if (! istype(user, / mob / living/ silicon))
19
- if (S. electrified)
20
- if (S. shock(user, 100 ))
21
- return FALSE
22
18
if (S. panel_open)
23
19
return TRUE
24
20
return FALSE
Original file line number Diff line number Diff line change 20
20
if (!.. ())
21
21
return FALSE
22
22
var /obj /machinery/vending/V = holder
23
- if (! istype(user, / mob / living/ silicon))
24
- if (V. seconds_electrified)
25
- if (V. shock(user, 100 ))
26
- return FALSE
27
23
if (V. panel_open)
28
24
return TRUE
29
25
return FALSE
You can’t perform that action at this time.
0 commit comments