Merge pull request #2610 from Spamcat/bleeding-edge-freeze

NRA Utopia
This commit is contained in:
Christian Bielert
2013-04-02 04:03:07 -07:00
5 changed files with 10556 additions and 6886 deletions

View File

@@ -160,6 +160,9 @@
name = "Water"
icon_state = "water"
/turf/simulated/floor/beach/water/New()
..()
overlays += image("icon"='icons/misc/beach.dmi',"icon_state"="water5","layer"=MOB_LAYER+0.1)
/turf/simulated/floor/grass
name = "Grass patch"

View File

@@ -203,6 +203,9 @@
if(camera)
camera.status = 0
held_item.loc = src.loc
held_item = null
robogibs(src.loc, viruses)
src.Del()
return
@@ -327,4 +330,9 @@
src << "\red \The [selection] is too far away."
src << "\red There is nothing of interest to take."
return 0
return 0
/mob/living/simple_animal/spiderbot/examine()
..()
if(src.held_item)
usr << "It is carrying \a [src.held_item] \icon[src.held_item]."

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 285 KiB

File diff suppressed because it is too large Load Diff