mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 20:23:07 +01:00
Adds the Zaddat Race + Modifies pressure damage calculations
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
starts_with = list(
|
||||
/obj/item/weapon/reagent_containers/food/drinks/milk = 6,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/soymilk = 4,
|
||||
/obj/item/weapon/storage/fancy/egg_box = 4)
|
||||
/obj/item/weapon/storage/fancy/egg_box = 4,
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose = 2)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/freezer/money
|
||||
|
||||
@@ -194,7 +194,8 @@ Loot piles can be depleted, if loot_depleted is turned on. Note that players wh
|
||||
/obj/item/device/camera,
|
||||
/obj/item/device/pda,
|
||||
/obj/item/device/radio/headset,
|
||||
/obj/item/device/paicard
|
||||
/obj/item/device/paicard,
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose
|
||||
)
|
||||
|
||||
uncommon_loot = list(
|
||||
|
||||
Reference in New Issue
Block a user