Lynx Fixes Runtimes

There are still a couple of remaining runtimes...
This commit is contained in:
Unknown
2019-03-28 23:50:37 -04:00
parent ca660879fd
commit baffac60fc
10 changed files with 41 additions and 42 deletions
@@ -83,7 +83,7 @@
icon_state = "jetpack-void"
item_state_slots = list(slot_r_hand_str = "jetpack-void", slot_l_hand_str = "jetpack-void")
/obj/item/weapon/tank/jetpack/void/New()
/obj/item/weapon/tank/jetpack/void/Initialize() //VOREStation Edit
..()
air_contents.adjust_gas("oxygen", (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C))
return
@@ -94,7 +94,7 @@
icon_state = "jetpack"
item_state_slots = list(slot_r_hand_str = "jetpack", slot_l_hand_str = "jetpack")
/obj/item/weapon/tank/jetpack/oxygen/New()
/obj/item/weapon/tank/jetpack/oxygen/Initialize() //VOREStation Edit
..()
air_contents.adjust_gas("oxygen", (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C))
return
@@ -106,7 +106,7 @@
icon_state = "jetpack-black"
item_state_slots = list(slot_r_hand_str = "jetpack-black", slot_l_hand_str = "jetpack-black")
/obj/item/weapon/tank/jetpack/carbondioxide/New()
/obj/item/weapon/tank/jetpack/carbondioxide/Initialize() //VOREStation Edit
..()
air_contents.adjust_gas("carbon_dioxide", (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C))
return
@@ -48,7 +48,6 @@
update_icon()
if(always_process)
START_PROCESSING(SSobj, src)
..()
/obj/item/weapon/weldingtool/Destroy()
if(welding || always_process)