Adding costs to nanopaste (#567)

No more free nanopaste.
This commit is contained in:
Alberyk
2016-07-12 12:30:20 -03:00
committed by skull132
parent 67310b42db
commit a53cb0e373
@@ -6,6 +6,9 @@
icon_state = "tube"
origin_tech = "materials=4;engineering=3"
amount = 10
var/list/construction_cost = list(DEFAULT_WALL_MATERIAL = 7000, "glass" = 7000)
var/construction_time = 5
/obj/item/stack/nanopaste/attack(mob/living/M as mob, mob/user as mob)