[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:
CitadelStationBot
2017-07-12 07:24:50 -05:00
committed by kevinz000
parent 97269f8cd1
commit 85fa3c0bee
4 changed files with 232 additions and 213 deletions
+1
View File
@@ -104,6 +104,7 @@
//The last mob/living/carbon to push/drag/grab this mob (mostly used by slimes friend recognition)
var/mob/living/carbon/LAssailant = null
var/list/obj/user_movement_hooks //Passes movement in client/Move() to these!
var/list/mob_spell_list = list() //construct spells and mime spells. Spells that do not transfer from one mob to another and can not be lost in mindswap.