mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +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)
|
||||
|
||||
@@ -210,11 +210,12 @@
|
||||
icon_state = "firstaid"
|
||||
|
||||
/obj/random/tetheraid/item_to_spawn()
|
||||
return pick(prob(4);/obj/item/weapon/storage/firstaid/regular,
|
||||
prob(3);/obj/item/weapon/storage/firstaid/toxin,
|
||||
prob(3);/obj/item/weapon/storage/firstaid/o2,
|
||||
prob(2);/obj/item/weapon/storage/firstaid/adv,
|
||||
prob(3);/obj/item/weapon/storage/firstaid/fire)
|
||||
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(5);/obj/item/weapon/storage/firstaid/adv,
|
||||
prob(8);/obj/item/weapon/storage/firstaid/fire,
|
||||
prob(1);/obj/item/device/denecrotizer/medical)
|
||||
|
||||
//Override from maintenance.dm to prevent combat kits from spawning in Tether maintenance
|
||||
/obj/random/maintenance/item_to_spawn()
|
||||
|
||||
Reference in New Issue
Block a user