Update human_defines.dm

This commit is contained in:
Verkister
2020-11-08 13:03:54 +02:00
committed by GitHub
parent 019926cbc7
commit 86e2670970
@@ -44,11 +44,7 @@
var/age = 30 //Player's age (pure fluff)
var/b_type = "A+" //Player's bloodtype
<<<<<<< HEAD
var/datum/robolimb/synthetic //If they are a synthetic (aka synthetic torso)
=======
var/datum/robolimb/synthetic //If they are a synthetic (aka synthetic torso). Also holds the datum for the type of robolimb.
>>>>>>> 68b370b... Fresh Meat, Leatherworking (#7629)
var/list/all_underwear = list()
var/list/all_underwear_metadata = list()
@@ -119,9 +115,6 @@
var/mob/living/carbon/human/vr_link = null
var/obj/machinery/machine_visual //machine that is currently applying visual effects to this mob. Only used for camera monitors currently.
<<<<<<< HEAD
inventory_panel_type = /datum/inventory_panel/human
=======
butchery_loot = list(/obj/item/stack/animalhide/human = 1)
>>>>>>> 68b370b... Fresh Meat, Leatherworking (#7629)