mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Remove deprecated cloning code (#68555)
* Remove deprecated cloning code, makeUncloneable() proc and some cloning defines.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -44,14 +44,8 @@ GLOBAL_LIST_EMPTY(dead_players_during_shift)
|
||||
set_species(/datum/species/skeleton)
|
||||
return TRUE
|
||||
|
||||
|
||||
/mob/living/carbon/proc/Drain()
|
||||
become_husk(CHANGELING_DRAIN)
|
||||
ADD_TRAIT(src, TRAIT_BADDNA, CHANGELING_DRAIN)
|
||||
blood_volume = 0
|
||||
return TRUE
|
||||
|
||||
/mob/living/carbon/proc/makeUncloneable()
|
||||
ADD_TRAIT(src, TRAIT_BADDNA, MADE_UNCLONEABLE)
|
||||
blood_volume = 0
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user