Automatic MC Re-Starter 9000 (#319)
* fixed runtime in air.dm fix was made in LINDA_turf_tile.dm though * fixes runtime in corpse.dm * fixes runtime in species.dm * automatically restarts the MC sometimes When the timer SS crashes, here's the fix hardcoded with love * supermatter area icon * better admin logs * better mentorhelp message for admins * fixes map
This commit is contained in:
@@ -162,7 +162,8 @@
|
||||
if(NOAROUSAL in species_traits)
|
||||
C.canbearoused = FALSE
|
||||
else
|
||||
C.canbearoused = C.client.prefs.arousable
|
||||
if(C.client)
|
||||
C.canbearoused = C.client.prefs.arousable
|
||||
|
||||
/datum/species/proc/on_species_loss(mob/living/carbon/C)
|
||||
if(C.dna.species.exotic_bloodtype)
|
||||
|
||||
Reference in New Issue
Block a user