mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Plant Analyzer Fix (#11803)
This commit is contained in:
@@ -22,9 +22,10 @@
|
||||
|
||||
/obj/item/device/analyzer/plant_analyzer
|
||||
name = "plant analyzer"
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon = 'icons/obj/contained_items/tools/plant_analyzer.dmi'
|
||||
icon_state = "hydro"
|
||||
item_state = "analyzer"
|
||||
item_state = "hydro"
|
||||
contained_sprite = TRUE
|
||||
var/form_title
|
||||
var/last_data
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 80, MATERIAL_GLASS = 20)
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Changed the plant analyzer's sprite."
|
||||
- bugfix: "Fixed the plant analyzer turning you into a square when held."
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user