Merge pull request #4549 from CHOMPStation2/upstream-merge-13319

[MIRROR] Adds roulette balls
This commit is contained in:
Nadyr
2022-07-19 20:55:00 -04:00
committed by GitHub
10 changed files with 335 additions and 26 deletions

View File

@@ -262,7 +262,6 @@
return TOPIC_REFRESH
else if(href_list["clicked_pos_trait"])
var/traitpath = text2path(href_list["clicked_pos_trait"]) //CHOMPEdit
var/datum/trait/trait = text2path(href_list["clicked_pos_trait"])
var/choice = tgui_alert(usr, "Remove [initial(trait.name)] and regain [initial(trait.cost)] points?","Remove Trait",list("Remove","Cancel"))
if(choice == "Remove")