mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Merge pull request #16870 from lewcc/breakable-ssus
Unpowered Suit Storage Units can now be attacked
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user