Merge pull request #9135 from Incoming5643/validsalid

Adds Antag Tokens!
This commit is contained in:
Jordie
2015-04-25 19:14:34 +10:00
4 changed files with 13 additions and 1 deletions
+10
View File
@@ -280,6 +280,16 @@
sideslist = list("heads")
value = 20
/obj/item/weapon/coin/antagtoken
name = "antag token"
icon_state = "coin_valid_valid"
cmineral = "valid"
desc = "A novelty coin that helps the heart know what hard evidence cannot prove."
sideslist = list("valid", "salad")
value = 20
/obj/item/weapon/coin/antagtoken/New()
return
/obj/item/weapon/coin/attackby(obj/item/weapon/W as obj, mob/user as mob, params)
if(istype(W, /obj/item/stack/cable_coil))