[MIRROR] Remove deprecated cloning code [MDB IGNORE] (#15084)

* Remove deprecated cloning code

* Update code/modules/mob/living/carbon/human/death.dm

Co-authored-by: Tim <timothymtorres@gmail.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-07-21 04:23:24 +02:00
committed by GitHub
parent d9ee488675
commit e62bb1cb5e
2 changed files with 1 additions and 7 deletions
+1 -3
View File
@@ -371,7 +371,7 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define TRAIT_SPRAY_PAINTABLE "spray_paintable"
/// This person is blushing
#define TRAIT_BLUSHING "blushing"
/// For simple mobs controlled by a player. Sends a death alert in deadchat (used by space dragons, morphs, revenants, elite lavaland mobs, brood spiders)
/// For simple mobs controlled by a player. Sends a death alert in deadchat (used by space dragons, morphs, revenants, elite lavaland mobs, brood spiders)
#define TRAIT_ALERT_GHOSTS_ON_DEATH "trait_alert_ghosts_on_death"
#define TRAIT_NOBLEED "nobleed" //This carbon doesn't bleed
/// This atom can ignore the "is on a turf" check for simple AI datum attacks, allowing them to attack from bags or lockers as long as any other conditions are met
@@ -729,7 +729,6 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define CURRENTLY_CLEANING "currently_cleaning"
// unique trait sources, still defines
#define CLONING_POD_TRAIT "cloning-pod"
#define STATUE_MUTE "statue"
#define CHANGELING_DRAIN "drain"
#define ABYSSAL_GAZE_BLIND "abyssal_gaze"
@@ -765,7 +764,6 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define LOCKED_HELMET_TRAIT "locked-helmet"
#define NINJA_SUIT_TRAIT "ninja-suit"
#define SLEEPING_CARP_TRAIT "sleeping_carp"
#define MADE_UNCLONEABLE "made-uncloneable"
#define TIMESTOP_TRAIT "timestop"
#define LIFECANDLE_TRAIT "lifecandle"
#define VENTCRAWLING_TRAIT "ventcrawling"
@@ -54,7 +54,3 @@ GLOBAL_LIST_EMPTY(dead_players_during_shift)
//SKYRAT EDIT END
blood_volume = 0
return TRUE
/mob/living/carbon/proc/makeUncloneable()
ADD_TRAIT(src, TRAIT_BADDNA, MADE_UNCLONEABLE)
blood_volume = 0
return TRUE