Plant Analyzer Fix (#11803)

This commit is contained in:
Geeves
2021-05-01 21:11:15 +02:00
committed by GitHub
parent 54b04ed843
commit a22da7500f
4 changed files with 10 additions and 2 deletions
+3 -2
View File
@@ -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