[MIRROR] Refactors flightsuit code to hopefully be less dumb (#1975)
* Refactors flightsuit code to hopefully be less dumb * Update flightsuit.dm * Delete flightsuit.dm.rej * Delete objs.dm.rej * Delete mob_movement.dm.rej * Delete carbon_movement.dm.rej * Update mob_movement.dm * Update flightsuit.dm * Update mob_movement.dm * fix
This commit is contained in:
committed by
kevinz000
parent
97269f8cd1
commit
85fa3c0bee
@@ -191,6 +191,9 @@
|
||||
/obj/proc/on_mob_turn(dir, mob)
|
||||
return
|
||||
|
||||
/obj/proc/intercept_user_move(dir, mob, newLoc, oldLoc)
|
||||
return
|
||||
|
||||
/obj/vv_get_dropdown()
|
||||
. = ..()
|
||||
.["Delete all of type"] = "?_src_=vars;delall=\ref[src]"
|
||||
|
||||
Reference in New Issue
Block a user