mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Removed processor explosion chance
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
for(var/obj/machinery/telecomms/T in telecomms_list)
|
||||
if(istype(T, /obj/machinery/telecomms/processor))
|
||||
var/obj/machinery/telecomms/processor/P = T
|
||||
// Wow, it overloaded so much that it EXPLODED!?
|
||||
if(prob(10))
|
||||
P.ex_act(2)
|
||||
else
|
||||
P.emp_act(1)
|
||||
// Apparently machines very occasionally blowing up due to
|
||||
// overload is "boring" and "not fun". So just EMP for now.
|
||||
P.emp_act(1)
|
||||
|
||||
Reference in New Issue
Block a user