mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Throws a bunch of parenthesis around to ensure dear Aunt Sally is always properly excused. [MDB IGNORE] (#17654)
This commit is contained in:
@@ -71,8 +71,8 @@
|
||||
#define MOVE_DELAY 2
|
||||
#define WEARER_DELAY 1
|
||||
#define LONE_DELAY 5
|
||||
#define CHARGE_PER_STEP DEFAULT_CHARGE_DRAIN * 2.5
|
||||
#define AI_FALL_TIME 1 SECONDS
|
||||
#define CHARGE_PER_STEP (DEFAULT_CHARGE_DRAIN * 2.5)
|
||||
#define AI_FALL_TIME (1 SECONDS)
|
||||
|
||||
/obj/item/mod/control/relaymove(mob/user, direction)
|
||||
if((!active && wearer) || get_charge() < CHARGE_PER_STEP || user != ai || !COOLDOWN_FINISHED(src, cooldown_mod_move) || (wearer?.pulledby?.grab_state > GRAB_PASSIVE))
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
playsound(current_turf, 'sound/items/modsuit/atrocinator_step.ogg', 50)
|
||||
step_count++
|
||||
|
||||
#define FLY_TIME 5 SECONDS
|
||||
#define FLY_TIME (5 SECONDS)
|
||||
|
||||
/obj/item/mod/module/atrocinator/proc/fly_away()
|
||||
you_fucked_up = TRUE
|
||||
|
||||
Reference in New Issue
Block a user