Skip to content

Commit

Permalink
tweak: crewmember-aid-kit (#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfLox authored Oct 16, 2023
1 parent 1725d10 commit a9bc43c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/game/objects/items/weapons/storage/firstaid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,10 @@

/obj/item/storage/firstaid/crew
name = "crewmember first aid kit"
icon_state = "NTfirstaid"
icon_state = "crew_medpouch"
w_class = WEIGHT_CLASS_SMALL
desc = "A standart issued first aid kit for crewmembers. NanoTrasen appreciates you!"
can_hold = list(/obj/item/reagent_containers/hypospray/autoinjector, /obj/item/reagent_containers/food/pill, /obj/item/stack/medical/bruise_pack, /obj/item/stack/medical/ointment)

/obj/item/storage/firstaid/crew/populate_contents()
new /obj/item/reagent_containers/hypospray/autoinjector(src)
Expand Down
Binary file modified icons/obj/storage.dmi
Binary file not shown.

0 comments on commit a9bc43c

Please sign in to comment.