mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Fix for slime steroids not working.
Fix for slime monkey spawning only spawning one monkey (it spawns 3 now). git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5476 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -843,11 +843,12 @@ mob/living/carbon/slime/var/temperature_resistance = T0C+75
|
||||
if(M.stat)
|
||||
user << "\red The slime is dead!"
|
||||
return..()
|
||||
if(M.cores == 1)
|
||||
if(M.cores == 3)
|
||||
user <<"\red The slime already has the maximum amount of extract!"
|
||||
return..()
|
||||
|
||||
user <<"You feed the slime the steroid. It now has triple the amount of extract."
|
||||
M.cores = 1
|
||||
M.cores = 3
|
||||
del (src)
|
||||
//////////////////////////////Old shit from metroids/RoRos, and the old cores, would not take much work to re-add them////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user