mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Unbraced drills no longer explode (#7066)
This commit is contained in:
@@ -201,12 +201,7 @@
|
||||
system_error("unbraced drill error")
|
||||
sleep(30)
|
||||
if(!supported) //if you can resolve it manually in three seconds then power to you good-sir.
|
||||
if(prob(50))
|
||||
visible_message("<span class='notice'>\icon[src] [src.name] beeps, \"Unbraced drill error automatically corrected. Please brace your drill.\"</span>")
|
||||
else
|
||||
visible_message("<span class='danger'>\The [src] explodes!</span>")
|
||||
fragem(src,10,35,2,1,5,1,0)
|
||||
qdel(src)
|
||||
visible_message("<span class='notice'>\icon[src] [src.name] beeps, \"Unbraced drill error automatically corrected. Please brace your drill.\"</span>")
|
||||
else
|
||||
visible_message("<span class='notice'>\icon[src] [src.name] beeps, \"Unbraced drill error manually resolved. Operations may resume normally.\"</span>")
|
||||
if(supported && panel_open)
|
||||
@@ -388,13 +383,7 @@
|
||||
connected.system_error("unbraced drill error")
|
||||
sleep(30)
|
||||
if(connected && connected.active) //if you can resolve it manually in three seconds then power to you good-sir.
|
||||
if(prob(50))
|
||||
visible_message("<span class='notice'>\icon[src] [src.name] beeps, \"Unbraced drill error automatically corrected. Please brace your drill.\"</span>")
|
||||
else
|
||||
visible_message("<span class='danger'>\The [src] explodes!</span>")
|
||||
fragem(src,10,35,2,1,5,1,0)
|
||||
qdel(src)
|
||||
return
|
||||
visible_message("<span class='notice'>\icon[src] [src.name] beeps, \"Unbraced drill error automatically corrected. Please brace your drill.\"</span>")
|
||||
else
|
||||
connected.system_error("unexpected user interface error")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user