mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Adds a missing parentheses
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
bot.open = 1
|
||||
bot.Emag(null)
|
||||
for(var/obj/machinery/mach in T.contents)
|
||||
if(istype(mach, /obj/machinery/dominator) || istype(mach, /obj/machinery/power/apc) //Doesn't work on dominators and APCs, to prevent kekkery
|
||||
if(istype(mach, /obj/machinery/dominator) || istype(mach, /obj/machinery/power/apc)) //Doesn't work on dominators and APCs, to prevent kekkery
|
||||
continue
|
||||
if(prob(10))
|
||||
mach.emag_act(null)
|
||||
|
||||
Reference in New Issue
Block a user