Merge pull request #2936 from MrPerson/jitterbug_dizzydummies

Redo of jitteriness and dizziness.
This commit is contained in:
Cheridan
2014-03-03 11:35:27 -06:00
11 changed files with 98 additions and 130 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
/* 21st Sept 2010
Updated by Skie -- Still not perfect but better!
Stuff you can't do:
Call proc /mob/proc/make_dizzy() for some player
Call proc /mob/proc/Dizzy() for some player
Because if you select a player mob as owner it tries to do the proc for
/mob/living/carbon/human/ instead. And that gives a run-time error.
But you can call procs that are of type /mob/living/carbon/human/proc/ for that player.