a bunch of fixes & tweaks

jaunters no longer let you escape depot, sentry bot can now be deactivated (for alert increase, via ai console), sentry bot no longer alerts when it get stuck - but does log to debug log, calling red alert with comms console depowered no longer spawns backup, armory door sprites improved, syndi depot beacon never enabled during nukeops, loot table tweaks, removed DM spawner custom icons
This commit is contained in:
Kyep
2018-06-27 11:34:28 -07:00
parent 665fafd2ba
commit 4308d658f3
9 changed files with 142 additions and 87 deletions
+2 -1
View File
@@ -620,7 +620,8 @@
/obj/item/wormhole_jaunter/attack_self(mob/user)
var/turf/device_turf = get_turf(user)
if(!device_turf || !is_teleport_allowed(device_turf.z))
var/area/current_area = get_area(device_turf)
if(!device_turf || !is_teleport_allowed(device_turf.z) || current_area.tele_proof)
to_chat(user, "<span class='notice'>You're having difficulties getting the [src.name] to work.</span>")
return
else