fix a bad icon_state, vscode use dmieditor (#15797)

This commit is contained in:
Raeschen
2024-03-02 15:53:33 +01:00
committed by GitHub
parent b808d8daaf
commit 744515e21e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -288,7 +288,7 @@
name = "mine"
desc = "A small explosive mine with 'HE' and a grenade symbol on the side."
icon = 'icons/obj/weapons.dmi'
icon_state = "uglymine"
icon_state = "landmine"
var/countdown = 10
var/minetype = /obj/effect/mine //This MUST be an /obj/effect/mine type, or it'll runtime.
+1 -1
View File
@@ -140,7 +140,7 @@
name = "Random Land Mine"
desc = "This is a random land mine."
icon = 'icons/obj/weapons.dmi'
icon_state = "uglymine"
icon_state = "landmine"
spawn_nothing_percentage = 25
/obj/random/landmine/item_to_spawn()