Merge pull request #9648 from VOREStation/Verkister-patch-8

Neuters Ambers
This commit is contained in:
Novacat
2021-02-06 19:28:48 -05:00
committed by Chompstation Bot
parent 9948e57a56
commit af2a6c4baf

View File

@@ -439,6 +439,7 @@
/mob/living/simple_mob/slime/xenobio/amber /mob/living/simple_mob/slime/xenobio/amber
) )
/* VOREStation Edit. We've had enough server crashes.
/mob/living/simple_mob/slime/xenobio/amber/handle_special() /mob/living/simple_mob/slime/xenobio/amber/handle_special()
if(stat != DEAD) if(stat != DEAD)
feed_aura() feed_aura()
@@ -456,6 +457,7 @@
if(H.isSynthetic()) if(H.isSynthetic())
continue continue
H.nutrition = between(0, H.nutrition + rand(15, 25), 800) H.nutrition = between(0, H.nutrition + rand(15, 25), 800)
*/
/mob/living/simple_mob/slime/xenobio/cerulean /mob/living/simple_mob/slime/xenobio/cerulean
desc = "This slime is generally superior in a wide range of attributes, compared to the common slime. The jack of all trades, but master of none." desc = "This slime is generally superior in a wide range of attributes, compared to the common slime. The jack of all trades, but master of none."