mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 02:17:06 +01:00
Went though the oddly few runtimes
Fixed up a few more firedoors on the map Optables will respect air groups now The Singularity: Might produce less lag when eating things now. 80% down from 100% chance for a beacon to force movement. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2126 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -156,7 +156,10 @@
|
||||
for(var/mob/O in viewers(src, null))
|
||||
O.show_message("\red [user] cuts the cable.", 1)
|
||||
|
||||
defer_powernet_rebuild = 0 // to fix no-action bug
|
||||
if(defer_powernet_rebuild)
|
||||
if(netnum && powernets && powernets.len >= netnum)
|
||||
var/datum/powernet/PN = powernets[netnum]
|
||||
PN.cut_cable(src)
|
||||
del(src)
|
||||
|
||||
return // not needed, but for clarity
|
||||
|
||||
Reference in New Issue
Block a user