Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows uplinks to buy more types of Martial Arts. #23329

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 0 additions & 9 deletions code/modules/uplink/uplink_item.dm
Expand Up @@ -594,15 +594,6 @@ var/list/uplink_items = list() // Global list so we only initialize this once.
surplus = 0
exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/gang)

/datum/uplink_item/martial_arts/wrestling
name = "Wrestling Belt"
desc = "It is said that those who wears this belt, instantly gains an understanding of an old Earth fighting technique \
known simply as 'wrestling'."
item = /obj/item/weapon/storage/belt/champion/wrestling
cost = 16
surplus = 0
exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/gang)

/datum/uplink_item/martial_arts/bostaff
name = "Bo Staff"
desc = "This is a long wooden staff which has traditionally been used in old Earth martial arts. It is a highly effective \
Expand Down