Merge pull request #4967 from Atermonera/umbreload

Adds umbrellas to loadout, for 3 points
This commit is contained in:
Anewbe
2018-02-27 14:48:04 -06:00
committed by GitHub
3 changed files with 20 additions and 1 deletions

View File

@@ -137,3 +137,12 @@
/datum/gear/utility/wheelchair/color/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/utility/umbrella
display_name = "Umbrella"
path = /obj/item/weapon/melee/umbrella
cost = 3
/datum/gear/utility/umbrella/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)