Move death(), gib(), and dust() from /mob to /mob/living (#54810)

These have no reason to exist on /mob, where they noop for any nonliving.
This commit is contained in:
Jared-Fogle
2020-11-08 10:32:04 -05:00
committed by GitHub
parent 40d88ae06d
commit 477d97647e
37 changed files with 152 additions and 137 deletions
@@ -371,7 +371,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
return
// Prepare for...
var/mob/unforeseen_consequences = get_atom_on_turf(H, /mob)
var/mob/living/unforeseen_consequences = get_atom_on_turf(H, /mob/living)
// Turns out giving anyone who grabs a Hilbert's Hotel a free, complementary warp whistle is probably bad.
// Let's gib the last person to have selected a room number in it.