Removed null organ debugging (no conclusive results) and broken access changing on airlocks during air alarms

This commit is contained in:
Albert Iordache
2012-07-20 12:01:02 +03:00
parent a180a727d6
commit a47109950c
2 changed files with 10 additions and 10 deletions
+8 -8
View File
@@ -360,22 +360,22 @@
if(!E.density)
spawn(0)
E.close()
sleep(10)
/*sleep(10)
if(E.density)
E:air_locked = E.req_access
E:req_access = list(ACCESS_ENGINE, ACCESS_ATMOSPHERICS)
E.update_icon()
E.update_icon()*/
if(E.operating)
spawn(10)
E.close()
if(E.density)
/*if(E.density)
E:air_locked = E.req_access
E:req_access = list(ACCESS_ENGINE, ACCESS_ATMOSPHERICS)
E.update_icon()
else if(!E:locked) //Don't lock already bolted doors.
E.update_icon()*/
/*else if(!E:locked) //Don't lock already bolted doors.
E:air_locked = E.req_access
E:req_access = list(ACCESS_ENGINE, ACCESS_ATMOSPHERICS)
E.update_icon()
E.update_icon()*/
proc/air_doors_open(manual)
var/area/A = get_area(loc)
@@ -391,13 +391,13 @@
E.open()
continue
if(istype(E, /obj/machinery/door/airlock))
/*if(istype(E, /obj/machinery/door/airlock))
if((!E:arePowerSystemsOn()) || (E.stat & NOPOWER)) continue
if(!isnull(E:air_locked)) //Don't mess with doors locked for other reasons.
if(E.density)
E:req_access = E:air_locked
E:air_locked = null
E.update_icon()
E.update_icon()*/
///////////
//HACKING//
+2 -2
View File
@@ -84,11 +84,11 @@
min_broken_damage = 15
body_part = HAND_LEFT
/datum/organ/Del()
/*/datum/organ/Del()
CRASH("Some dawg tried to delete this sexy datum. Here's the data.")
/obj/item/weapon/organ/Del()
CRASH("Some dawg tried to delete this sexy organ. Here's the data.")
CRASH("Some dawg tried to delete this sexy organ. Here's the data.")*/
obj/item/weapon/organ