mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Epi autoinjectors are now a subtype of autoinjectors, the basetype is now empty (#22261)
* removing the useless feature Yes this removes it from all autoinjectors No I am not going to publish this * WOOOOO REGEX WORKS * Almost forgot the entire reason of this PR * Oversight * Update code/modules/reagents/reagent_containers/hypospray.dm Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com> * Update code/modules/reagents/reagent_containers/hypospray.dm Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com> * Lewc review * Update code/game/objects/items/weapons/storage/bags.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
Nathan Winters
Henri215
parent
98d7753a5d
commit
3693e6d620
@@ -378,7 +378,7 @@
|
||||
belt = /obj/item/storage/belt/medical //No need for belt defib, they got the built in ones. This gives them some extra storage.
|
||||
|
||||
l_pocket = /obj/item/reagent_containers/hypospray/combat/nanites
|
||||
r_pocket = /obj/item/reagent_containers/hypospray/autoinjector
|
||||
r_pocket = /obj/item/reagent_containers/hypospray/autoinjector/epinephrine
|
||||
|
||||
|
||||
backpack_contents = list(
|
||||
|
||||
Reference in New Issue
Block a user