Skip to content

Commit

Permalink
Fixes invisible radiation medkits (#2512)
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
Had some unused stuff, and incorrect icon states on them to boot.
Removes that
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
## Changelog

:cl:
fix: Fixes invisible radiation medkits
/: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
thgvr authored Nov 22, 2023
1 parent f7112c1 commit 69d50cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions code/game/objects/items/storage/firstaid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,10 @@
/obj/item/storage/firstaid/radiation
name = "radiation treatment kit"
desc = "Used to treat severe radiation poisoning."
icon_state = "antitoxin"
item_state = "firstaid-toxin"
icon_state = "radiation"
item_state = "firstaid-ointment" //its yellow
damagetype_healed = TOX

/obj/item/storage/firstaid/radiation/Initialize(mapload)
. = ..()
icon_state = pick("antitoxin","antitoxfirstaid","antitoxfirstaid2")

/obj/item/storage/firstaid/radiation/PopulateContents()
if(empty)
return
Expand Down
Binary file modified icons/obj/storage.dmi
Binary file not shown.

0 comments on commit 69d50cc

Please sign in to comment.