mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-19 06:32:25 +00:00
@@ -160,6 +160,9 @@
|
|||||||
name = "Water"
|
name = "Water"
|
||||||
icon_state = "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
|
/turf/simulated/floor/grass
|
||||||
name = "Grass patch"
|
name = "Grass patch"
|
||||||
|
|||||||
@@ -203,6 +203,9 @@
|
|||||||
if(camera)
|
if(camera)
|
||||||
camera.status = 0
|
camera.status = 0
|
||||||
|
|
||||||
|
held_item.loc = src.loc
|
||||||
|
held_item = null
|
||||||
|
|
||||||
robogibs(src.loc, viruses)
|
robogibs(src.loc, viruses)
|
||||||
src.Del()
|
src.Del()
|
||||||
return
|
return
|
||||||
@@ -327,4 +330,9 @@
|
|||||||
src << "\red \The [selection] is too far away."
|
src << "\red \The [selection] is too far away."
|
||||||
|
|
||||||
src << "\red There is nothing of interest to take."
|
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 |
17429
maps/RowtreeStation.dmm
17429
maps/RowtreeStation.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user