mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-10 01:13:07 +00:00
Went though the oddly few runtimes
Fixed up a few more firedoors on the map Optables will respect air groups now The Singularity: Might produce less lag when eating things now. 80% down from 100% chance for a beacon to force movement. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2126 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -8,7 +8,8 @@ client
|
||||
var/title = ""
|
||||
var/body = ""
|
||||
|
||||
if (istype(D, /atom))
|
||||
if(!D) return
|
||||
if(istype(D, /atom))
|
||||
var/atom/A = D
|
||||
title = "[A.name] (\ref[A]) = [A.type]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user