Hoodie hood Runtime fix (#22825)

* 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 e1c2a8165a.

* sorting out PRs

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

This reverts commit 46ab4ff2e7.

* fixed runtime error
This commit is contained in:
Brillcrafter
2023-10-12 18:17:39 +01:00
committed by GitHub
parent e110a5b58c
commit 7d47f4d54b
+1 -1
View File
@@ -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>")