mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
fixes
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
var/obj/item/clothing/mask/cigarette/cig = W
|
||||
if(cig.lit == 1)
|
||||
src.visible_message("[user] crushes [cig] in [src], putting it out.")
|
||||
STOP_PROCESSING(SSobj, cig)
|
||||
var/obj/item/butt = new cig.type_butt(src)
|
||||
cig.transfer_fingerprints_to(butt)
|
||||
qdel(cig)
|
||||
|
||||
@@ -645,6 +645,10 @@
|
||||
START_PROCESSING(SSobj, src)
|
||||
cooldown = world.time
|
||||
|
||||
/obj/item/storage/belt/bluespace/owlman/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
return ..()
|
||||
|
||||
/obj/item/storage/belt/bluespace/owlman/process()
|
||||
if(cooldown < world.time - 600)
|
||||
smokecount = 0
|
||||
|
||||
Reference in New Issue
Block a user