mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Code cleanup
Removed a bunch of unused or hardly used vars on /mob and /atom/movable. Added defines for mob/living/var/mob_size so it's not using magic numbers.
This commit is contained in:
@@ -42,8 +42,7 @@
|
||||
|
||||
/obj/item/device/assembly/prox_sensor/HasProximity(atom/movable/AM as mob|obj)
|
||||
if (istype(AM, /obj/effect/beam)) return
|
||||
if (AM.move_speed < 12) sense()
|
||||
return
|
||||
sense()
|
||||
|
||||
|
||||
/obj/item/device/assembly/prox_sensor/sense()
|
||||
|
||||
Reference in New Issue
Block a user