No Hulk Screaming for Vaurca & IPCs (#18598)

* no more SCREAMING

* yeagh

* and a fix
This commit is contained in:
RustingWithYou
2024-03-10 11:32:25 +00:00
committed by GitHub
parent d0b3ab63fd
commit 84dbb088e4
5 changed files with 47 additions and 6 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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))