13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
diff a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm (rejected hunks)
|
|
@@ -77,8 +77,8 @@
|
|
amount_per_transfer_from_this = 10
|
|
volume = 10
|
|
ignore_flags = 1 //so you can medipen through hardsuits
|
|
- container_type = DRAWABLE
|
|
- flags = null
|
|
+ container_type = DRAWABLE_1
|
|
+ flags_1 = null
|
|
list_reagents = list("epinephrine" = 10)
|
|
|
|
/obj/item/reagent_containers/hypospray/medipen/attack(mob/M, mob/user)
|