Merge pull request #16870 from lewcc/breakable-ssus

Unpowered Suit Storage Units can now be attacked
This commit is contained in:
variableundefined
2021-10-17 13:49:13 -05:00
committed by GitHub
+2
View File
@@ -322,6 +322,8 @@
if(shock(user, 100))
return
if(!is_operational())
if(user.a_intent != INTENT_HELP)
return ..()
if(panel_open)
to_chat(usr, "<span class='warning'>Close the maintenance panel first.</span>")
else