mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
You can now insert a coin into a vending machine. Some (currently only cigarette machine) have special items which you can only get to with a coin. No, hacking will not allow you to get to these items.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2209 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -243,6 +243,12 @@ ZIPPO
|
||||
throwforce = 1
|
||||
|
||||
|
||||
/obj/item/clothing/mask/cigarette/cigar/havanian/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(istype(W, /obj/item/weapon/match) && (W:lit > 0))
|
||||
user << "\red The [src] straight out REFUSES to be lit by such uncivilized means."
|
||||
else
|
||||
..()
|
||||
|
||||
|
||||
////////////
|
||||
//CIG PACK//
|
||||
|
||||
Reference in New Issue
Block a user