Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Tiny Desert Rider Changes (Drip Buff, Riding 2, mostly for fun.) #1300

Merged
merged 6 commits into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion code/modules/clothing/rogueclothes/hats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,20 @@
color = null
icon_state = "shalal"
item_state = "shalal"
flags_inv = HIDEEARS|HIDEHAIR|HIDEFACIALHAIR
sleevetype = null
sleeved = null
icon = 'icons/roguetown/clothing/head.dmi'
body_parts_covered = NECK
body_parts_covered = HEAD|HAIR|EARS
slot_flags = ITEM_SLOT_HEAD
armor = list("blunt" = 15, "slash" = 20, "stab" = 15, "bullet" = 1, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
dynamic_hair_suffix = ""
edelay_type = 1
adjustable = CAN_CADJUST
toggle_icon_state = TRUE
blocksound = SOFTHIT
max_integrity = 100
sewrepair = TRUE

/obj/item/clothing/head/roguetown/roguehood/astrata
name = "sun hood"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
H.mind.adjust_skillrank(/datum/skill/combat/knives, 3, TRUE)
H.mind.adjust_skillrank(/datum/skill/misc/reading, 1, TRUE)
H.mind.adjust_skillrank(/datum/skill/misc/athletics, 3, TRUE)
H.mind.adjust_skillrank(/datum/skill/misc/riding, 2, TRUE)
H.change_stat("strength", 2)
H.change_stat("endurance", 3)
H.change_stat("constitution", 2)
Expand Down
Loading