mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Adjusts stationside first aid spawns (#16194)
* Adjusts stationside first aid spawns Stationside first aid kit spawns should not have combat first aid kits - Swaps stationside first aid kit spawns on Talon, Stellar Delight, and the V2 Outpost to Tetheraid spawns * Does some more swapping * Adds stasis bags to wallmeds
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
return pick(prob(10);/obj/item/weapon/storage/firstaid/regular,
|
||||
prob(8);/obj/item/weapon/storage/firstaid/toxin,
|
||||
prob(8);/obj/item/weapon/storage/firstaid/o2,
|
||||
prob(6);/obj/item/weapon/storage/firstaid/adv,
|
||||
prob(4);/obj/item/weapon/storage/firstaid/adv, //VOREStation Edit: 6 to 4
|
||||
prob(8);/obj/item/weapon/storage/firstaid/fire,
|
||||
prob(1);/obj/item/device/denecrotizer/medical, //VOREStation Add,
|
||||
prob(1);/obj/item/weapon/storage/firstaid/combat)
|
||||
|
||||
Reference in New Issue
Block a user