redo vivi token

This commit is contained in:
Moltov
2021-08-23 13:46:04 -04:00
parent e941fcbc51
commit 06e26c5bf2
2 changed files with 9 additions and 0 deletions
+9
View File
@@ -438,6 +438,15 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
value = 0
grind_results = list(/datum/reagent/consumable/sodiumchloride = 4)
/obj/item/coin/vivitoken
name = ".... token?"
icon_state = "coin_vivi_wizard"
cmineral = "vivi"
desc = "This shouldnt be here....."
sideslist = list("wizard", "engie")
value = 0
grind_results = list(/datum/reagent/medicine/copium = 10)
/obj/item/coin/attackby(obj/item/W, mob/user, params)
if(istype(W, /obj/item/stack/cable_coil))
var/obj/item/stack/cable_coil/CC = W