Skip to content

Commit

Permalink
Taur fixes (#54)
Browse files Browse the repository at this point in the history
* taur bullshit

help

* taur bullshit

help

* taur bullshit

* taur bullshit

* taur bullshit

* taur bullshit

* taur bullshit

* taur bullshit

* female taur fixes

* female taur fixes

* female taur fixes

* female taur fixes

* female taur fixes

* female taur fixes

* Update mobs.dm
  • Loading branch information
wewman222 authored Oct 29, 2024
1 parent bf9c446 commit 6be5833
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
#define OFFSET_ARMOR_F "wear_armorf"
#define OFFSET_HANDS_F "handsf"
#define OFFSET_UNDIES_F "underwearf"
#define OFFSET_TAUR_F "taurf"

//MINOR TWEAKS/MISC
#define AGE_MIN 18 //youngest a character can be
Expand Down
3 changes: 2 additions & 1 deletion code/modules/mob/dead/new_player/sprite_accessory/tails.dm
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,5 @@
icon_state = "sect_drone"

/datum/sprite_accessory/tail/taur/adjust_appearance_list(list/appearance_list, obj/item/organ/organ, obj/item/bodypart/bodypart, mob/living/carbon/owner)
generic_gender_feature_adjust(appearance_list, organ, bodypart, owner, OFFSET_TAUR)
generic_gender_feature_adjust(appearance_list, organ, bodypart, owner, OFFSET_TAUR, OFFSET_TAUR_F)

2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
OFFSET_CLOAK_F = list(0,0), OFFSET_FACEMASK_F = list(0,0), OFFSET_HEAD_F = list(0,0), \
OFFSET_FACE_F = list(0,0), OFFSET_BELT_F = list(0,0), OFFSET_BACK_F = list(0,0), \
OFFSET_NECK_F = list(0,0), OFFSET_MOUTH_F = list(0,0), OFFSET_PANTS_F = list(0,0), \
OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES = list(0,0), OFFSET_UNDIES_F = list(0,0))
OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES = list(0,0), OFFSET_UNDIES_F = list(0,0), OFFSET_TAUR = list(0,0), OFFSET_TAUR_F = list(0,0))

var/dam_icon
var/dam_icon_f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
OFFSET_FACE_F = list(0,-1), OFFSET_BELT_F = list(0,0), OFFSET_BACK_F = list(0,-1), \
OFFSET_NECK_F = list(0,-1), OFFSET_MOUTH_F = list(0,-1), OFFSET_PANTS_F = list(0,0), \
OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES_F = list(0,-1), \
OFFSET_TAUR = list(-16,-1), \
OFFSET_TAUR = list(-16,-1), OFFSET_TAUR_F = list(-16, -1),\

)
specstats = list("strength" = 0, "perception" = 1, "intelligence" = -1, "constitution" = 0, "endurance" = 1, "speed" = -1, "fortune" = 0)
specstats_f = list("strength" = -1, "perception" = 0, "intelligence" = 2, "constitution" = -1, "endurance" = 0, "speed" = 1, "fortune" = 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
OFFSET_FACE_F = list(0,-1), OFFSET_BELT_F = list(0,0), OFFSET_BACK_F = list(0,-1), \
OFFSET_NECK_F = list(0,-1), OFFSET_MOUTH_F = list(0,-1), OFFSET_PANTS_F = list(0,0), \
OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES_F = list(0,-1), \
OFFSET_TAUR = list(-16,-1), \
OFFSET_TAUR = list(-16,-1), OFFSET_TAUR_F = list(-16, -1),\

)
specstats = list("strength" = 0, "perception" = 1, "intelligence" = -1, "constitution" = 0, "endurance" = 1, "speed" = -1, "fortune" = 0)
specstats_f = list("strength" = -1, "perception" = 0, "intelligence" = 2, "constitution" = -1, "endurance" = 0, "speed" = 1, "fortune" = 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
OFFSET_FACE_F = list(0,-1), OFFSET_BELT_F = list(0,0), OFFSET_BACK_F = list(0,-1), \
OFFSET_NECK_F = list(0,-1), OFFSET_MOUTH_F = list(0,-1), OFFSET_PANTS_F = list(0,0), \
OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES_F = list(0,-1), \
OFFSET_TAUR = list(-16,-1), \
OFFSET_TAUR = list(-16,-1), OFFSET_TAUR_F = list(-16, -1),\

)
specstats = list("strength" = 0, "perception" = 1, "intelligence" = -1, "constitution" = 0, "endurance" = 1, "speed" = -1, "fortune" = 0)
specstats_f = list("strength" = -1, "perception" = 0, "intelligence" = 2, "constitution" = -1, "endurance" = 0, "speed" = 1, "fortune" = 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
OFFSET_FACE_F = list(0,-1), OFFSET_BELT_F = list(0,0), OFFSET_BACK_F = list(0,-1), \
OFFSET_NECK_F = list(0,-1), OFFSET_MOUTH_F = list(0,-1), OFFSET_PANTS_F = list(0,0), \
OFFSET_SHIRT_F = list(0,0), OFFSET_ARMOR_F = list(0,0), OFFSET_UNDIES_F = list(0,-1), \
OFFSET_TAUR = list(-16,-1), \
OFFSET_TAUR = list(-16,-1), OFFSET_TAUR_F = list(-16, -1),\

)
specstats = list("strength" = 0, "perception" = 1, "intelligence" = -1, "constitution" = 0, "endurance" = 1, "speed" = -1, "fortune" = 0)
specstats_f = list("strength" = -1, "perception" = 0, "intelligence" = 2, "constitution" = -1, "endurance" = 0, "speed" = 1, "fortune" = 0)
Expand Down

0 comments on commit 6be5833

Please sign in to comment.