mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Allow prisoners to get food for free (#40449)
Sustenance vendors should be free so perma prisoners can eat without having to pay.
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
/obj/item/clothing/mask/breath = 6)
|
||||
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50)
|
||||
resistance_flags = FIRE_PROOF
|
||||
default_price = 2
|
||||
extra_price = 4
|
||||
default_price = 0
|
||||
extra_price = 0
|
||||
payment_department = NO_FREEBIES
|
||||
|
||||
Reference in New Issue
Block a user