mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
## About The Pull Request I don't think they're supposed to fit in medical belts ## Changelog 🆑 Melbert del: Fixed jaws of recovery being able to be stored in the paramedic EMT belt /🆑
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
///Medical belt
|
||||
/datum/storage/medical_belt
|
||||
max_total_storage = 21
|
||||
exception_max = 1
|
||||
|
||||
/datum/storage/medical_belt/New(atom/parent, max_slots, max_specific_storage, max_total_storage, rustle_sound, remove_rustle_sound)
|
||||
. = ..()
|
||||
@@ -76,9 +75,6 @@
|
||||
/obj/item/tank/internals/emergency_oxygen,
|
||||
/obj/item/tourniquet,
|
||||
/obj/item/wrench/medical,
|
||||
),
|
||||
exception_hold_list = list(
|
||||
/obj/item/crowbar/power/paramedic,
|
||||
))
|
||||
|
||||
///Security belt
|
||||
|
||||
Reference in New Issue
Block a user