mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Fixes morph movement and replaces magic numbers. (#46358)
* fixes morph speed shizz * fixes morph movement
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
layer = EDGED_TURF_LAYER
|
||||
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
||||
var/amount = 3
|
||||
animate_movement = 0
|
||||
animate_movement = NO_STEPS
|
||||
var/metal = 0
|
||||
var/lifetime = 40
|
||||
var/reagent_divisor = 7
|
||||
|
||||
Reference in New Issue
Block a user