Skip to content

Commit

Permalink
Granularizes defib crate at the outpost (#3040)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

Defib crates now contain a single defib, and desc and price changed
accordingly.

## Why It's Good For The Game

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

Fine control over your orders are good, and you can always buy that
second defib anyways if you really need it.

## Changelog

:cl:
tweak: Defib crate now contains a single defib, priced 750
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Gristlebee authored Jun 1, 2024
1 parent 823c33f commit 1fc25c0
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 1fc25c0

Please sign in to comment.