mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Zippos can light Cigars (#21059)
* Makes it so Zippos can light Cigars * accidental commit to master * Zippos can light Cigars * parentheses were in the wrong spots
This commit is contained in:
@@ -353,7 +353,7 @@ LIGHTERS ARE IN LIGHTERS.DM
|
||||
/obj/item/clothing/mask/cigarette/cigar/attackby(obj/item/I, mob/user, params)
|
||||
if(istype(I, /obj/item/reagent_containers))
|
||||
return
|
||||
if(istype(I, /obj/item/match))
|
||||
if(istype(I, /obj/item/match) || istype(I, /obj/item/lighter/zippo))
|
||||
..()
|
||||
else
|
||||
to_chat(user, "<span class='notice'>[src] straight out REFUSES to be lit by such uncivilized means.</span>")
|
||||
|
||||
Reference in New Issue
Block a user