mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 13:16:18 +01:00
Say code for bst
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/mob/living/carbon/human/say(var/message)
|
||||
var/verb = "says"
|
||||
/mob/living/carbon/human/say(var/message, var/verb = "says")
|
||||
var/alt_name = ""
|
||||
var/message_range = world.view
|
||||
var/italics = 0
|
||||
@@ -234,7 +233,7 @@
|
||||
handled = 1
|
||||
|
||||
if((HULK in mutations) && health >= 25 && length(message))
|
||||
message = "[uppertext(message)]!!!"
|
||||
// message = "[uppertext(message)]!!!" //No!
|
||||
verb = pick("yells","roars","hollers")
|
||||
handled = 1
|
||||
if(slurring)
|
||||
|
||||
Reference in New Issue
Block a user