mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Removed null organ debugging (no conclusive results) and broken access changing on airlocks during air alarms
This commit is contained in:
@@ -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//
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user