mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
some more new to init (#17231)
* some more new to init * rigs * rigs * intellisense moment * telcoms and landmarks * fix that as well * some more minor things * re add missing message * fix trash eating...
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
var/volume_rate = 500 //Needed for borg jetpack transfer
|
||||
actions_types = list(/datum/action/item_action/toggle_jetpack)
|
||||
|
||||
/obj/item/tank/jetpack/New()
|
||||
..()
|
||||
/obj/item/tank/jetpack/Initialize()
|
||||
. = ..()
|
||||
ion_trail = new /datum/effect/effect/system/ion_trail_follow()
|
||||
ion_trail.set_up(src)
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
gauge_cap = 3
|
||||
volume = 10
|
||||
|
||||
/obj/item/tank/emergency/phoron/double/New()
|
||||
..()
|
||||
/obj/item/tank/emergency/phoron/double/Initialize()
|
||||
. = ..()
|
||||
air_contents.adjust_gas(GAS_PHORON, (10*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C))
|
||||
|
||||
//New icons
|
||||
|
||||
Reference in New Issue
Block a user