Smoke Machine Updates & Fixes (#31598)

* Smoke Machine Update

* Update smoke_machine.dm

* Compiling again
This commit is contained in:
Robustin
2017-10-13 17:49:24 -04:00
committed by CitadelStationBot
parent b9c07e7f66
commit 4100473aba
6 changed files with 19 additions and 5 deletions

View File

@@ -24585,9 +24585,7 @@
icon_state = "0-2";
d2 = 2
},
/mob/living/simple_animal/bot/cleanbot{
name = "C.L.E.A.N."
},
/obj/machinery/smoke_machine,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"bha" = (
@@ -27828,6 +27826,9 @@
pixel_x = 30
},
/obj/machinery/light,
/mob/living/simple_animal/bot/cleanbot{
name = "C.L.E.A.N."
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bok" = (

View File

@@ -79303,6 +79303,7 @@
pixel_y = 7;
req_access_txt = "33"
},
/obj/machinery/smoke_machine,
/turf/open/floor/plasteel/whiteyellow/corner{
dir = 8
},

View File

@@ -59050,6 +59050,7 @@
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cjV" = (
/obj/machinery/smoke_machine,
/turf/open/floor/plasteel/whiteyellow/side{
dir = 4
},

View File

@@ -54062,6 +54062,10 @@
},
/turf/open/space/basic,
/area/space)
"YXH" = (
/obj/machinery/smoke_machine,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
(1,1,1) = {"
aaa
@@ -85295,8 +85299,8 @@ bpX
brl
bsL
bul
bsK
bwU
YXH
bsK
bAg
bpY

View File

@@ -1,5 +1,6 @@
/obj/machinery/smoke_machine
name = "Smoke Machine"
desc = "Seriously man?"
icon = 'icons/obj/chemical.dmi'
icon_state = "smoke0"
density = TRUE
@@ -20,6 +21,11 @@
carry.remove_any(setting * 16 / efficiency)
location = loc
/datum/effect_system/smoke_spread/chem/smoke_machine
effect_type = /obj/effect/particle_effect/smoke/transparent
/obj/machinery/smoke_machine/Initialize()
. = ..()
create_reagents(volume)
@@ -64,7 +70,8 @@
to_chat(user, "<span class='notice'>You transfer [units] units of the solution to [src].</span>")
add_logs(usr, src, "has added [english_list(RC.reagents.reagent_list)] to [src]")
return
if(default_unfasten_wrench(user, I))
if(default_unfasten_wrench(user, I, 40))
on = FALSE
return
return ..()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB