mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Removing duplicate href code
This commit is contained in:
@@ -114,6 +114,6 @@ datum/shuttle_manager/proc/move_shuttle(var/override_delay)
|
||||
cooldown = 1
|
||||
usr << "<span class='notice'>Docking locks are engaged. Sending request to leave..."
|
||||
var/datum/shuttle_manager/s = shuttles["ferry"]
|
||||
admins << "<b>FERRY: <font color='blue'>[key_name(usr)] (<A HREF='?_src_=holder;adminmoreinfo=\ref[usr]'>?</A>) (<A HREF='?_src_=holder;movecentcomferry=1'>Move</a>)</b> is requesting to move the transport ferry to [s.location == /area/shuttle/transport1/centcom ? "the station" : "Centcom"].</font>"
|
||||
admins << "<b>FERRY: <font color='blue'>[key_name(usr)] (<A HREF='?_src_=holder;adminmoreinfo=\ref[usr]'>?</A>) (<A HREF='?_src_=holder;secretsadmin=moveferry'>Move</a>)</b> is requesting to move the transport ferry to [s.location == /area/shuttle/transport1/centcom ? "the station" : "Centcom"].</font>"
|
||||
spawn(100)
|
||||
cooldown = 0
|
||||
Reference in New Issue
Block a user