Merge remote-tracking branch 'upstream/master' into clothing

This commit is contained in:
Detective Google
2020-10-01 14:06:21 -05:00
189 changed files with 167220 additions and 84230 deletions
@@ -571,10 +571,10 @@
O.emp_act(severity)
if(!secure || broken)
return ..()
if(prob(50 / severity))
if(prob(severity/2))
locked = !locked
update_icon()
if(prob(20 / severity) && !opened)
if(prob(severity/5) && !opened)
if(!locked)
open()
else