Merge pull request #11128 from PsiOmegaDelta/150917-BumpyRide

Fixes Pun-Pun (and other small mobs) pushing people around.
This commit is contained in:
GinjaNinja32
2015-09-18 08:20:35 +01:00
2 changed files with 3 additions and 4 deletions

View File

@@ -1165,10 +1165,6 @@
else
return 0
mob_bump_flag = species.bump_flag
mob_swap_flags = species.swap_flags
mob_push_flags = species.push_flags
/mob/living/carbon/human/proc/bloody_doodle()
set category = "IC"
set name = "Write in blood"

View File

@@ -255,6 +255,9 @@
/datum/species/proc/handle_post_spawn(var/mob/living/carbon/human/H) //Handles anything not already covered by basic species assignment.
add_inherent_verbs(H)
H.mob_bump_flag = bump_flag
H.mob_swap_flags = swap_flags
H.mob_push_flags = push_flags
/datum/species/proc/handle_death(var/mob/living/carbon/human/H) //Handles any species-specific death events (such as dionaea nymph spawns).
return