mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Sensors can now be printed, removed and installed on jumpsuits. HANDCRAFTED jumpsuits no longer have sensors by default (also mild crafting refactor) (#93121)
Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This commit is contained in:
@@ -229,6 +229,10 @@ GLOBAL_LIST_INIT(skin_tone_names, list(
|
||||
|
||||
var/holding = user.get_active_held_item()
|
||||
|
||||
#ifdef UNIT_TESTS
|
||||
timed_action_flags &= ~IGNORE_SLOWDOWNS //it shouldn't stop unit test dummies from being fast as hell
|
||||
#endif
|
||||
|
||||
if(!(timed_action_flags & IGNORE_SLOWDOWNS))
|
||||
delay *= user.cached_multiplicative_actions_slowdown
|
||||
|
||||
|
||||
Reference in New Issue
Block a user