weakened becomes knockdown (which is what it does) (#12466)

* weakened becomes knockdown

* CRUISE CONTROL FOR COOL

* there's a proc for that

* use the procs luke

* shitcode
This commit is contained in:
Intigracy
2016-11-06 12:41:50 -08:00
committed by clusterfack
parent da64806bd6
commit 31a66103af
140 changed files with 314 additions and 314 deletions

View File

@@ -147,7 +147,7 @@ datum/shuttle_controller/proc/move_pod(var/start_type,var/end_type,var/direction
shake_camera(M, 10, 2) // unlocked_to, HOLY SHIT SHAKE THE ROOM
if(istype(M, /mob/living/carbon))
if(!M.locked_to)
M.Weaken(5)
M.Knockdown(5)
datum/shuttle_controller/emergency_shuttle