mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Oh god, no internet. What do? Update:
- Changling chem regeneration rate and start chem reduced by half. - You can't emote while under the effects of the changeling's paralysis dart or zombie powder. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@917 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -78,7 +78,7 @@ datum/controller/game_controller
|
||||
M.Life()
|
||||
if (M.mind)
|
||||
if (M.mind.special_role == "Changeling")
|
||||
M.chem_charges = max(min((M.chem_charges+0.5), 50), 0)
|
||||
M.chem_charges = max(min((M.chem_charges+0.25), 50), 0)
|
||||
sleep(-1)
|
||||
|
||||
for(var/datum/disease/D in active_diseases)
|
||||
|
||||
Reference in New Issue
Block a user