Skip to content

Commit

Permalink
Merge pull request #52 from Starfly-13/code/modules/cargo/packs/medical
Browse files Browse the repository at this point in the history
Defib cargo/station
  • Loading branch information
lectronyx authored Jun 12, 2024
2 parents 4b727c9 + 4453809 commit 17efcbf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/modules/cargo/packs/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@

/datum/supply_pack/medical/defibs
name = "Defibrillator Crate"
desc = "Contains two defibrillators for bringing the recently deceased back to life."
cost = 1500
contains = list(/obj/item/defibrillator/loaded,
/obj/item/defibrillator/loaded)
desc = "Contains a defibrillator for bringing the recently deceased back to life."
cost = 750
contains = list(/obj/item/defibrillator/loaded)
crate_name = "defibrillator crate"

/datum/supply_pack/medical/surgery
Expand Down

0 comments on commit 17efcbf

Please sign in to comment.