Fixes #751, hides wounds and prosthetics under clothing as intended. (#5250)

Full list of changes:

Attack logs now show general regions if the limb itself is obscured by clothing.
Wound flavortext is now hidden if the limb is obscured by clothing.
AOOC is now re-added to antagonists who de-admin.
This commit is contained in:
MarinaGryphon
2018-09-11 00:40:08 -05:00
committed by Erki
parent 68a16d8eb7
commit 0147c06bb4
5 changed files with 38 additions and 4 deletions

View File

@@ -428,6 +428,7 @@ var/list/admin_verbs_cciaa = list(
admin_verbs_spawn,
debug_verbs
)
add_aooc_if_necessary()
/client/proc/hide_most_verbs()//Allows you to keep some functionality while hiding some verbs
set name = "Adminverbs - Hide Most"