objects/effects, objects/structures

This commit is contained in:
GinjaNinja32
2015-05-30 14:37:40 +01:00
parent 73a746e455
commit 94e19592cf
19 changed files with 115 additions and 115 deletions
@@ -31,7 +31,7 @@
//must place on a wall and user must not be inside a closet/mecha/whatever
var/turf/W = A
if (!iswall(W) || !isturf(user.loc))
user << "\red You can't place this here!"
user << "<span class='warning'>You can't place this here!</span>"
return
var/placement_dir = get_dir(user, W)
@@ -161,4 +161,4 @@
var/name=""
// Description suffix
var/desc=""
var/icon_state=""
var/icon_state=""