mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fixes a runtime (#46432)
This commit is contained in:
@@ -1166,7 +1166,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
|
||||
. += hungry / 50
|
||||
else if(isethereal(H))
|
||||
var/datum/species/ethereal/E = H.dna.species
|
||||
var/charge = E.get_charge()
|
||||
var/charge = E.get_charge(H)
|
||||
if(charge <= ETHEREAL_CHARGE_NORMAL)
|
||||
. += 1.5 * (1 - charge / 100)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user