Skip to content

Commit

Permalink
Edits firstaid.dm
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
thgvr committed Nov 21, 2023
1 parent c5ca724 commit 3a1b1a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/game/objects/items/storage/firstaid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@
item_state = "firstaid-toxin"
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

0 comments on commit 3a1b1a7

Please sign in to comment.