Skip to content

Commit

Permalink
Tribal ancient book revamped (#392)
Browse files Browse the repository at this point in the history
* tribal grant

* change

* change2

* Update granters.dm

* Update granters.dm

---------

Co-authored-by: xTrainx <[email protected]>
  • Loading branch information
Fishpoker and xTrainx authored Apr 8, 2024
1 parent c36ce8e commit dab4ae2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions code/game/objects/items/granters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@
/obj/item/book/granter/trait/selection/tribal
name = "Book of Ancient Knowledge"
desc = "A compendium of knowledge passed down from the elders. It looks to be in poor condition."
choices = list("Hit Them With Sticks","Technophilia","Pugilist","Padded Feet","Veteran Table Climber","Basic Surgery","Desert Affinity")
choices = list("Hit Them With Sticks","Technophilia","Pugilist","Nightstalker Ritual","Rite of Resiliance","Basic Surgery","Desert Affinity","Brahmin Shaman")

/obj/item/book/granter/trait/selection/tribal/attack_self(mob/user)
if(!granted_trait)
Expand All @@ -1012,18 +1012,21 @@
if("Pugilist")
granted_trait = TRAIT_IRONFIST
traitname = "using your fists"
if("Padded Feet")
granted_trait = TRAIT_LIGHT_STEP
traitname = "treading carefully"
if("Veteran Table Climber")
granted_trait = TRAIT_FREERUNNING
traitname = "....climbing tables"
if("Nightstalker Ritual")
granted_trait = TRAIT_TOXINLOVER
traitname = "toxin immunity"
if("Rite of Resiliance")
granted_trait = TRAIT_NOLIMBDISABLE
traitname = "endurance"
if("Basic Surgery")
granted_trait = TRAIT_SURGERY_LOW
traitname = "basic surgery"
if("Desert Affinity")
granted_trait = TRAIT_HARD_YARDS
traitname = "trekking"
if("Brahmin Shaman")
granted_trait = TRAIT_CALCIUM_HEALER
traitname = "milk traditions"
return ..()

/obj/item/book/granter/trait/selection/tribal/Initialize()
Expand Down

0 comments on commit dab4ae2

Please sign in to comment.