mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2af001e7e5
commit
65f21fb1d3
@@ -24,8 +24,8 @@
|
||||
/obj/machinery/computer/area_atmos/tag/validscrubber(var/obj/machinery/portable_atmospherics/powered/scrubber/huge/scrubber)
|
||||
if(!istype(scrubber))
|
||||
return FALSE
|
||||
|
||||
|
||||
if(scrubber.scrub_id == src.scrub_id)
|
||||
return TRUE
|
||||
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
if(D.icon_tinted)
|
||||
if(D.id_tint == src.id || !D.id_tint)
|
||||
spawn(0)
|
||||
D.toggle()
|
||||
D.toggle()
|
||||
|
||||
@@ -32,4 +32,4 @@
|
||||
icon_screen = "mining"
|
||||
network = list(NETWORK_XENOBIO)
|
||||
circuit = /obj/item/circuitboard/security/xenobio
|
||||
light_color = "#F9BBFC"
|
||||
light_color = "#F9BBFC"
|
||||
|
||||
@@ -131,4 +131,4 @@
|
||||
set src in view(1)
|
||||
src.program:initiate_undocking()
|
||||
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
density = FALSE
|
||||
pixel_y = -224
|
||||
pixel_x = -224
|
||||
plane = -44
|
||||
plane = -44
|
||||
|
||||
@@ -80,4 +80,4 @@
|
||||
M.toggle()
|
||||
return
|
||||
|
||||
return
|
||||
return
|
||||
|
||||
@@ -71,4 +71,4 @@
|
||||
M.toggle()
|
||||
return
|
||||
|
||||
return
|
||||
return
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
lethal = TRUE
|
||||
check_weapons = TRUE
|
||||
auto_repair = TRUE
|
||||
can_salvage = FALSE
|
||||
can_salvage = FALSE
|
||||
|
||||
@@ -51,4 +51,4 @@
|
||||
/obj/machinery/suit_storage_unit/riot
|
||||
suit_type = /obj/item/clothing/head/helmet/space/void/security/riot
|
||||
helmet_type = /obj/item/clothing/suit/space/void/security/riot
|
||||
mask_type = /obj/item/clothing/mask/breath
|
||||
mask_type = /obj/item/clothing/mask/breath
|
||||
|
||||
@@ -107,4 +107,4 @@
|
||||
var/turf/T = get_turf(current_cell)
|
||||
if(!current_cell)
|
||||
continue
|
||||
T.ChangeTurf(/turf/unsimulated/floor/shuttle_ceiling)
|
||||
T.ChangeTurf(/turf/unsimulated/floor/shuttle_ceiling)
|
||||
|
||||
Reference in New Issue
Block a user