mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Emergency: Removing WHISPER disability which infinite loops
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
message = replacetext(message,"!","!!")
|
||||
return uppertext(message)
|
||||
|
||||
|
||||
/* BROKEN WITH NEW SAYCODE
|
||||
/datum/dna/gene/disability/speech/whisper
|
||||
name = "Quiet"
|
||||
desc = "Damages the subjects vocal cords"
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
OnSay(var/mob/M, var/message)
|
||||
M.whisper(message)
|
||||
|
||||
*/
|
||||
|
||||
/datum/dna/gene/disability/dizzy
|
||||
name = "Dizzy"
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
// Disabilities
|
||||
LOUDBLOCK = getAssignedBlock("LOUD", numsToAssign)
|
||||
WHISPERBLOCK = getAssignedBlock("WHISPER", numsToAssign)
|
||||
//WHISPERBLOCK = getAssignedBlock("WHISPER", numsToAssign) BROKEN WITH NEW SAYCODE
|
||||
DIZZYBLOCK = getAssignedBlock("DIZZY", numsToAssign)
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -101,7 +101,7 @@ var/POLYMORPHBLOCK = 0
|
||||
// /vg/ Mutations
|
||||
///////////////////////////////
|
||||
var/LOUDBLOCK = 0
|
||||
var/WHISPERBLOCK = 0
|
||||
//var/WHISPERBLOCK = 0
|
||||
var/DIZZYBLOCK = 0
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -408,7 +408,7 @@ var/MAX_EX_FLASH_RANGE = 14
|
||||
|
||||
// /vg/ muts
|
||||
#define M_LOUD 208 // CAUSES INTENSE YELLING
|
||||
#define M_WHISPER 209 // causes quiet whispering
|
||||
//#define M_WHISPER 209 // causes quiet whispering
|
||||
#define M_DIZZY 210 // Trippy.
|
||||
|
||||
//disabilities
|
||||
|
||||
Reference in New Issue
Block a user