mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Fixes a bunch of invalid icon states. There's more, but my brain isn't fried enough for that. (#58608)
gibup1 and gibdown1 don't exist items_and_weapons.dmi doesn't have an icon state called his_grace_ascended, in fact nothing does items_cyborg.dmi doesn't have an icon state called laser, it does however have an icon state called laser_cyborg no porta_turret has an icon state with the _unpowered suffix, in fact I'm convinced none of them ever have
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
name = "mounted laser"
|
||||
desc = "An arm mounted cannon that fires lethal lasers."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon_state = "laser"
|
||||
icon_state = "laser_cyborg"
|
||||
inhand_icon_state = "armcannonlase"
|
||||
force = 5
|
||||
selfcharge = 1
|
||||
|
||||
Reference in New Issue
Block a user