mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
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 commite1c2a8165a. * sorting out PRs * Revert "fixed runtimes on hood, typo in medical designs" This reverts commit46ab4ff2e7. * fixed runtime error
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user