mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Merge pull request #6349 from Novacat/nova-basicfixes
Misc Changes and bugfixes
This commit is contained in:
@@ -730,6 +730,7 @@
|
||||
if(issmall(M))
|
||||
effective_dose *= 2
|
||||
|
||||
/* //VOREStation Removal - Assuming all juice has sugar is silly
|
||||
if(alien == IS_UNATHI)
|
||||
if(effective_dose < 2)
|
||||
if(effective_dose == metabolism * 2 || prob(5))
|
||||
@@ -743,6 +744,7 @@
|
||||
else
|
||||
M.sleeping = max(M.sleeping, 20)
|
||||
M.drowsyness = max(M.drowsyness, 60)
|
||||
*/
|
||||
|
||||
/datum/reagent/drink/juice/lemon
|
||||
name = "Lemon Juice"
|
||||
|
||||
Reference in New Issue
Block a user