Skip to content

Commit

Permalink
Hoodie hood Runtime fix (ParadiseSS13#22825)
Browse files Browse the repository at this point in the history
* fixed issue with containers

* whoops

* fixed runtimes on hood, typo in medical designs

* made beaker description update with var edits

* Revert "fixed issue with containers"

This reverts commit e1c2a81.

* sorting out PRs

* Revert "fixed runtimes on hood, typo in medical designs"

This reverts commit 46ab4ff.

* fixed runtime error
  • Loading branch information
Brillcrafter authored Oct 12, 2023
1 parent e110a5b commit 7d47f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/hood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
var/datum/action/A = X
A.UpdateButtonIcon()
else
if((hood.flags & NODROP) && respects_nodrop)
if((hood?.flags & NODROP) && respects_nodrop)
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
to_chat(H, "<span class='warning'>[hood] is stuck to your head!</span>")
Expand Down

0 comments on commit 7d47f4d

Please sign in to comment.