The final Item Bank patch?

This commit is contained in:
Casey
2022-02-06 18:28:22 -05:00
committed by CHOMPStation2
parent fe6d93ab55
commit e6f02c05a6
3 changed files with 240 additions and 1 deletions

View File

@@ -242,7 +242,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