Merge pull request #15022 from Youtubeboy139/Landmines

Forbidden Tuna
This commit is contained in:
Heroman3003
2023-06-17 06:36:11 +00:00
committed by CHOMPStation2
parent f571d6cb7d
commit 2313a67318
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
density = FALSE
anchored = TRUE
icon = 'icons/obj/weapons.dmi'
icon_state = "uglymine"
icon_state = "landmine"
var/triggered = 0
var/smoke_strength = 3
var/obj/item/weapon/mine/mineitemtype = /obj/item/weapon/mine
@@ -16,7 +16,7 @@
var/obj/item/trap = null
/obj/effect/mine/Initialize()
icon_state = "uglyminearmed"
icon_state = "landmine_armed"
wires = new(src)
. = ..()
if(ispath(trap))
Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB