cigars and pipes can be lit by means other than matches

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2012-11-05 22:24:45 +10:00
parent 4a5c446191
commit b72b378f1e

View File

@@ -246,12 +246,6 @@ ZIPPO
icon_state = "cigarbutt" icon_state = "cigarbutt"
/obj/item/clothing/mask/cigarette/cigar/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W, /obj/item/weapon/match))
..()
else
user << "<span class='notice'>\The [src] straight out REFUSES to be lit by such uncivilized means.</span>"
///////////////// /////////////////
//SMOKING PIPES// //SMOKING PIPES//
///////////////// /////////////////
@@ -305,12 +299,6 @@ ZIPPO
smoketime = initial(smoketime) smoketime = initial(smoketime)
return return
/obj/item/clothing/mask/cigarette/pipe/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W, /obj/item/weapon/match))
..()
else
user << "<span class='notice'>\The [src] straight out REFUSES to be lit by such means.</span>"
/obj/item/clothing/mask/cigarette/pipe/cobpipe /obj/item/clothing/mask/cigarette/pipe/cobpipe
name = "corn cob pipe" name = "corn cob pipe"
desc = "A nicotine delivery system popularized by folksy backwoodsmen and kept popular in the modern age and beyond by space hipsters." desc = "A nicotine delivery system popularized by folksy backwoodsmen and kept popular in the modern age and beyond by space hipsters."