mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 11:02:08 +00:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user