mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
It's not a spawn class idiot
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
return
|
||||
var/turf/ownturf = get_turf(src)
|
||||
if(ownturf.z != T.z || get_dist(T,ownturf) > world.view)
|
||||
to_chat(user, "<spawn class='warning'>The target is out of range!</span>")
|
||||
to_chat(user, "<span class='warning'>The target is out of range!</span>")
|
||||
return
|
||||
|
||||
last_fire = current_fire
|
||||
|
||||
Reference in New Issue
Block a user