mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #9648 from VOREStation/Verkister-patch-8
Neuters Ambers
This commit is contained in:
committed by
Chompstation Bot
parent
9948e57a56
commit
af2a6c4baf
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user