REJECT CLEANUP. FUUUUUUUUUUUUUUUUUUCK.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
diff a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm (rejected hunks)
|
||||
@@ -115,7 +115,7 @@
|
||||
var/obj/item/thing = C.get_item_by_slot(slot_id)
|
||||
if(thing && (!thing.species_exception || !is_type_in_list(src,thing.species_exception)))
|
||||
C.dropItemToGround(thing)
|
||||
-
|
||||
+
|
||||
// this needs to be FIRST because qdel calls update_body which checks if we have DIGITIGRADE legs or not and if not then removes DIGITIGRADE from species_traits
|
||||
if(("legs" in C.dna.species.mutant_bodyparts) && C.dna.features["legs"] == "Digitigrade Legs")
|
||||
species_traits += DIGITIGRADE
|
||||
@@ -1,11 +0,0 @@
|
||||
diff a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm (rejected hunks)
|
||||
@@ -28,6 +28,9 @@
|
||||
GLOB.living_mob_list += src
|
||||
prepare_huds()
|
||||
can_ride_typecache = typecacheof(can_ride_typecache)
|
||||
+ for(var/v in GLOB.active_alternate_appearances)
|
||||
+ var/datum/atom_hud/alternate_appearance/AA = v
|
||||
+ AA.onNewMob(src)
|
||||
..()
|
||||
|
||||
/atom/proc/prepare_huds()
|
||||
Reference in New Issue
Block a user