mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 19:46:36 +01:00
Runtime fix: OH GOD NOT THE BEEs WON'T SOMEONE CALM THEM DOWN?
Other then NULL? runtime error: Cannot read null.type proc name: Life (/mob/living/simple_animal/bee/Life) source file: bees.dm,91 runtime error: Cannot read null.type proc name: Life (/mob/living/simple_animal/bee/Life) source file: bees.dm,91 runtime error: Cannot read null.type proc name: Life (/mob/living/simple_animal/bee/Life) source file: bees.dm,91 runtime error: Cannot read null.type proc name: Life (/mob/living/simple_animal/bee/Life) source file: bees.dm,91 runtime error: Cannot read null.type proc name: Life (/mob/living/simple_animal/bee/Life) source file: bees.dm,91 runtime error: Cannot read null.type proc name: Life (/mob/living/simple_animal/bee/Life) source file: bees.dm,91 runtime error: Cannot read null.type proc name: Life (/mob/living/simple_animal/bee/Life) source file: bees.dm,91 runtime error: Cannot read null.type proc name: Life (/mob/living/simple_animal/bee/Life) source file: bees.dm,91
This commit is contained in:
@@ -88,9 +88,10 @@
|
||||
|
||||
for(var/this_type in calmers)
|
||||
var/mob/living/simple_animal/check_effect = locate() in src.loc
|
||||
if(check_effect.type == this_type)
|
||||
calming = 1
|
||||
break
|
||||
if(istype(check_effect))
|
||||
if(check_effect.type == this_type)
|
||||
calming = 1
|
||||
break
|
||||
|
||||
if(calming)
|
||||
if(feral > 0)
|
||||
|
||||
Reference in New Issue
Block a user