mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
No Hulk Screaming for Vaurca & IPCs (#18598)
* no more SCREAMING * yeagh * and a fix
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
SPAN_WARNING("You successfully break your [handcuffed.name].")
|
||||
)
|
||||
|
||||
if((isunathi(src)) || (mutations & HULK))
|
||||
if((isunathi(src)) || (mutations & HULK) && !(src.isSynthetic()) && !(isvaurca(src)))
|
||||
say(pick("RAAAAAAAARGH!", "HNNNNNNNNNGGGGGGH!", "GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", "AAAAAAARRRGH!" ))
|
||||
stamina -= 100 //takes a bunch of stamina
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ var/list/channel_to_radio_key = new
|
||||
if(!message_range)
|
||||
message_range = world.view
|
||||
|
||||
if((mutations & HULK))
|
||||
if((mutations & HULK) && !src.isSynthetic() && !isvaurca(src))
|
||||
var/ending = copytext(message, length(message), length(message) + 1)
|
||||
if(ending && GLOB.correct_punctuation[ending])
|
||||
message = copytext(message, 1, length(message))
|
||||
|
||||
Reference in New Issue
Block a user