mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
maintainers force me
This commit is contained in:
@@ -145,10 +145,7 @@
|
||||
if(!status)
|
||||
to_chat(user, "<span class='notice'>Secure the igniter first!</span>")
|
||||
return
|
||||
if(!lit)
|
||||
to_chat(user, "<span class='notice'>You ignite [src]!</span>")
|
||||
else
|
||||
to_chat(user, "<span class='notice'>You extinguish [src]!</span>")
|
||||
to_chat(user, "<span class='notice'>You [lit ? "extinguish" : "ignite"] [src]!</span>")
|
||||
lit = !lit
|
||||
if(lit)
|
||||
START_PROCESSING(SSobj, src)
|
||||
@@ -241,4 +238,4 @@
|
||||
return
|
||||
|
||||
/obj/item/device/assembly/igniter/proc/ignite_turf(obj/item/weapon/flamethrower/F,turf/open/location,release_amount = 0.05)
|
||||
F.default_ignite(location,release_amount)
|
||||
F.default_ignite(location,release_amount)
|
||||
|
||||
Reference in New Issue
Block a user