Implant Improvements (#16905)

* Modernize and improve implant code

* Lint fix

* Fix initialize hint in implant cases

* fix tabulations

---------

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
Cody Brittain
2023-09-24 18:41:02 -04:00
committed by GitHub
parent 4122f26a33
commit 0db705d678
45 changed files with 1445 additions and 1130 deletions
@@ -83,7 +83,7 @@
else
var/mob/M = I.loc
if(M.stat == DEAD)
if(M.timeofdeath + 6000 < world.time)
if(M.timeofdeath + I.lifespan_postmortem < world.time)
continue
var/turf/IT = get_turf(M)
if(!IT)