Stun is now a status effect (#28654)

* Stun is now a status effect

* I'D RATHER NOT

* smart

* very smart

* pideyview

* small fixes

* slight fix
This commit is contained in:
Joan Lung
2017-06-21 20:50:46 -04:00
committed by Jordie
parent 48c8e06086
commit 58c054acb5
37 changed files with 183 additions and 143 deletions

View File

@@ -16,6 +16,10 @@
if(update_canmove)
owner.update_canmove()
//STUN
/datum/status_effect/incapacitating/stun
id = "stun"
//SLEEPING
/datum/status_effect/incapacitating/sleeping
id = "sleeping"