Fix loadout dress uniforms and cult book spam (#2013)

-fix #2011
-fix attacking people with cult books having no delay
-nerf frag grenades a bit
-fix #1988 but this may end allowing you to hit people if you use the wrong tool, but, however will make things far easier for borgs or people doing surgery
This commit is contained in:
Alberyk
2017-03-29 12:38:53 -03:00
committed by skull132
parent d1597b1ff5
commit b5353d1659
4 changed files with 6 additions and 5 deletions

View File

@@ -110,7 +110,7 @@
gear_tweaks += new/datum/gear_tweak/path(dress)
/datum/gear/uniform/uniform_captain
display_name = "uniform, captain's dress"
display_name = "uniform, captain dress"
path = /obj/item/clothing/under/dress/dress_cap
allowed_roles = list("Captain")
@@ -120,7 +120,7 @@
allowed_roles = list("Security Officer","Head of Security","Warden","Security Cadet")
/datum/gear/uniform/uniform_hop
display_name = "uniform, HoP's dress"
display_name = "uniform, HoP dress"
path = /obj/item/clothing/under/dress/dress_hop
allowed_roles = list("Head of Personnel")