mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
fixes ais being unable to use cameras after an emp sometimes (#21974)
This commit is contained in:
@@ -59,11 +59,13 @@
|
||||
stat &= BROKEN
|
||||
if(prob(75))
|
||||
explode()
|
||||
return
|
||||
if(2)
|
||||
if(prob(25))
|
||||
stat &= BROKEN
|
||||
if(prob(10))
|
||||
explode()
|
||||
return
|
||||
if(3)
|
||||
if(prob(10))
|
||||
stat &= BROKEN
|
||||
|
||||
Reference in New Issue
Block a user