mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Fixes Empty medkit in depot(#12505)
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
// Loot schema: medkits, very useful devices (jammer, illegal upgrade, RCD), better quality ammo (AP, fire), basic weapons (pistol, empgrenade), high value ores (diamond, uranium)
|
||||
result = list(/datum/nothing = 25,
|
||||
/obj/item/jammer = 1,
|
||||
/obj/item/storage/firstaid = 1,
|
||||
/obj/item/storage/firstaid/regular = 1,
|
||||
/obj/item/storage/box/syndie_kit/bonerepair = 1,
|
||||
/obj/item/gun/projectile/automatic/pistol = 1,
|
||||
/obj/item/stock_parts/cell/bluespace = 1,
|
||||
|
||||
Reference in New Issue
Block a user