mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Lots of bugs fixed for advance diseases.
Fixed advance diseases using the same reference in mobs. Fixed advance diseases referencing other advance diseases' symptoms, instead of just copying it. I tested it more thoroughly this time and I can't find any issues but if you do please add them to the bug tracker and or contact me on #coderbus. Added a new reaction which will remove symptoms from a disease. Needs blood and synaptizine. Added a new symptom, shivering will make you cold. Tweaked and balanced some symptoms. Removed the "flex" emote that hulks will do randomly. Reduced the change to speak for hulks and brain damaged mobs. ( 7% -> 3% chance) Please let me know if anything is out of place or wrong. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5048 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
if (prob(10))
|
||||
stuttering = max(10, stuttering)
|
||||
if (getBrainLoss() >= 60 && stat != 2)
|
||||
if (prob(7))
|
||||
if (prob(3))
|
||||
switch(pick(1,2,3))
|
||||
if(1)
|
||||
say(pick("IM A PONY NEEEEEEIIIIIIIIIGH", "without oxigen blob don't evoluate?", "CAPTAINS A COMDOM", "[pick("", "that faggot traitor")] [pick("joerge", "george", "gorge", "gdoruge")] [pick("mellens", "melons", "mwrlins")] is grifing me HAL;P!!!", "can u give me [pick("telikesis","halk","eppilapse")]?", "THe saiyans screwed", "Bi is THE BEST OF BOTH WORLDS>", "I WANNA PET TEH monkeyS", "stop grifing me!!!!", "SOTP IT#"))
|
||||
@@ -209,12 +209,8 @@
|
||||
emote("collapse")
|
||||
|
||||
if ((HULK in mutations) && health >= 25)
|
||||
if (prob(7))
|
||||
switch(pick(1,2))
|
||||
if(1)
|
||||
say(pick("HGH!", "PROTEIN!", "OH YEAH!", "HULK SMASH!", "HULK NOT LIKE BOOKS!", "HNNNNNNNNNGGGGGGH!", ))
|
||||
if(2)
|
||||
emote("flexes")
|
||||
if (prob(3))
|
||||
say(pick("HGH!", "PROTEIN!", "OH YEAH!", "HULK SMASH!", "HULK NOT LIKE BOOKS!", "HNNNNNNNNNGGGGGGH!", ))
|
||||
if (radiation)
|
||||
if (radiation > 100)
|
||||
radiation = 100
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
if ((HULK in mutations) && health >= 25)
|
||||
if(copytext(message, 1, 2) != "*")
|
||||
message = uppertext(message) //because I don't know how to code properly in getting vars from other files -Bro
|
||||
message = "[uppertext(message)]!!" //because I don't know how to code properly in getting vars from other files -Bro
|
||||
|
||||
//Ninja mask obscures text and voice if set to do so.
|
||||
//Would make it more global but it's sort of ninja specific.
|
||||
|
||||
Reference in New Issue
Block a user