gives combat mode examine text and a message on activation (#7995)

This commit is contained in:
deathride58
2019-02-14 00:01:12 -05:00
committed by kevinz000
parent 9b510d9454
commit 40d9dee654
2 changed files with 7 additions and 0 deletions

View File

@@ -88,6 +88,9 @@
if(digitalcamo)
msg += "[t_He] [t_is] moving [t_his] body in an unnatural and blatantly unsimian manner.\n"
if(combatmode)
msg += "[t_He] [t_is] visibly tense[resting ? "." : ", and [t_is] standing in combative stance."]\n"
GET_COMPONENT_FROM(mood, /datum/component/mood, src)
if(mood)