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-15 02:04:51 -04:00
committed by GitHub
parent 7513e032e3
commit d7fd26c2a9
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -33,8 +33,8 @@
var/inaccuracy_percentage = 1.5
var/positive_cash_offset = 0
var/negative_cash_offset = 0
var/minor_rewards = list(/obj/item/stack/circuit_stack/full, //To add a new minor reward, add it here.
/obj/item/airlock_painter/decal,
var/minor_rewards = list(/obj/item/stack/circuit_stack/full, //To add a new minor reward, add it here.
/obj/item/flashlight/flashdark,
/obj/item/pen/survival,
/obj/item/circuitboard/machine/sleeper/party,
/obj/item/toy/sprayoncan)