Removes datum redeclares (#23950)

* Removes datum redeclares

* conflicts

* thanks vsc

* compile fix
This commit is contained in:
GDN
2024-03-10 17:55:29 +00:00
committed by GitHub
parent 01226e123a
commit 6b5de292dc
72 changed files with 381 additions and 350 deletions
+10
View File
@@ -1,3 +1,7 @@
/mob/dead
move_resist = INFINITY
flags_2 = IMMUNE_TO_SHUTTLECRUSH_2
/mob/dead/Login()
. = ..()
var/turf/T = get_turf(src)
@@ -31,3 +35,9 @@
registered_z = new_z
else
registered_z = null
/mob/dead/dust() //ghosts can't be vaporised.
return
/mob/dead/gib() //ghosts can't be gibbed.
return
-9
View File
@@ -1,9 +0,0 @@
/mob/dead/dust() //ghosts can't be vaporised.
return
/mob/dead/gib() //ghosts can't be gibbed.
return
/mob/dead
move_resist = INFINITY
flags_2 = IMMUNE_TO_SHUTTLECRUSH_2