Traitorstation Fixes + SyndieCat

Fixes some things with traitorstation and adds SyndieCat.
This commit is contained in:
melandor0
2014-09-02 13:53:11 +02:00
parent 65df3b8ba3
commit 59f73acfd3
7 changed files with 8678 additions and 8650 deletions
@@ -137,7 +137,7 @@ Frequency:
/obj/item/weapon/hand_tele/attack_self(mob/user as mob)
var/turf/current_location = get_turf(user)//What turf is the user on?
if(!current_location||current_location.z==2||current_location.z>=7)//If turf was not found or they're on z level 2 or >7 which does not currently exist.
if(!current_location||current_location.z==2||current_location.z>=8)//If turf was not found or they're on z level 2 or >8 which does not currently exist.
user << "<span class='notice'>\The [src] is malfunctioning.</span>"
return
var/list/L = list( )