mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Miscellaneous fixes (#1349)
fixes posibrain message fixes a runtime error with devouring small optimisation to radios
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
break
|
||||
else
|
||||
devouring = null
|
||||
if (victimloc != victim.loc)
|
||||
if (victim && victimloc != victim.loc)
|
||||
src << "<span class='danger'>[victim] moved away, you need to keep it still. Try grabbing, stunning or killing it first.</span>"
|
||||
else if (ourloc != src.loc)
|
||||
src << "<span class='danger'>You moved! Devouring cancelled</span>"
|
||||
|
||||
Reference in New Issue
Block a user