The final Item Bank patch?

Adds a few more restrictions, adds a confirmation prompt that warns about potential loss of contents, and checks contents for prohibited items.
This commit is contained in:
VerySoft
2022-02-06 18:15:22 -05:00
parent 7716d7b4f9
commit 36ab4d8e5c
3 changed files with 20 additions and 1 deletions
@@ -287,7 +287,10 @@
return
remove_points(inserted_id, prize.cost)
new prize.equipment_path(loc)
//VOREStation Edit Start
var/obj/I = new prize.equipment_path(loc)
I.persist_storable = FALSE
//VOREStation Edit End
flick(icon_vend, src) //VOREStation Add
else
flick(icon_deny, src) //VOREStation Add