Moves decal painting from BEPIS into venders (#12393)

* Update bepis.dm

* Update assist.dm

* Update engivend.dm

* Update youtool.dm
This commit is contained in:
Trilbyspaceclone
2020-06-14 23:04:51 -07:00
committed by GitHub
parent 7513e032e3
commit d7fd26c2a9
4 changed files with 10 additions and 7 deletions
+3 -2
View File
@@ -18,7 +18,8 @@
/obj/item/clothing/gloves/color/fyellow = 4,
/obj/item/multitool = 2)
premium = list(/obj/item/clothing/gloves/color/yellow = 2,
/obj/item/weldingtool/hugetank = 2)
/obj/item/weldingtool/hugetank = 2,
/obj/item/airlock_painter/decal = 3)
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 70)
refill_canister = /obj/item/vending_refill/tool
resistance_flags = FIRE_PROOF
@@ -28,4 +29,4 @@
cost_multiplier_per_dept = list(ACCOUNT_ENG = 0)
/obj/item/vending_refill/tool
icon_state = "refill_engi"
icon_state = "refill_engi"