Fixes reported issues.

This commit is contained in:
ZomgPonies
2015-05-15 10:57:37 -04:00
parent c93498d4d8
commit 2c965aef08
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
attackby(var/obj/item/O as obj, var/mob/user as mob, params)
if(istype(O, /obj/item/organ/brain/crystal ))
user << "\red This brain is too malformed to be able to use with the [src]."
user << "<span class='warning'> This brain is too malformed to be able to use with the [src].</span>"
return
if(istype(O,/obj/item/organ/brain) && !brainmob) //Time to stick a brain in it --NEO
if(!O:brainmob)
+2 -2
View File
@@ -17,7 +17,7 @@
turf_to_check.overlays += image('icons/turf/floors.dmi', "smatter_side_[direction]")
/turf/simulated/floor/plating/smatter/Del()
/turf/simulated/floor/plating/smatter/Destroy()
..()
var/list/step_overlays = list("n" = NORTH, "s" = SOUTH, "e" = EAST, "w" = WEST)
@@ -59,7 +59,7 @@
if(istype(turf_to_check,/turf/space) || istype(turf_to_check,/turf/simulated/floor))
turf_to_check.overlays += image('icons/turf/walls.dmi', "smatter_side_[direction]")
/turf/simulated/smatter/Del()
/turf/simulated/smatter/Destroy()
..()
var/list/step_overlays = list("n" = NORTH, "s" = SOUTH, "e" = EAST, "w" = WEST)