VS: Strange incorrect code times

This commit is contained in:
Aronai Sieyes
2021-05-27 12:07:41 -04:00
parent 0c954142d2
commit 4cfdd72c02
21 changed files with 51 additions and 71 deletions
@@ -58,11 +58,11 @@
target = V.restricted_waypoints[1]
else
to_chat(C, "<span class='warning'>Unable to jump to [V].</span>")
return FALSE
return
var/turf/T = get_turf(target)
if(!istype(T))
to_chat(C, "<span class='warning'>Unable to jump to [V].</span>")
return FALSE
return
C.jumptoturf(T)
return TRUE
if("classicmove")
-1
View File
@@ -158,7 +158,6 @@
. = ..()
if(!istype(new_linked))
CRASH("Warning, [new_linked] is not an overmap ship! Something went horribly wrong for [usr]!")
return
linked = new_linked
name = initial(name) + " ([linked.name])"
// HELM