mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
shockmaul icon fixies (#8961)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
87b0f34cfb
commit
acbb131369
@@ -361,6 +361,10 @@
|
||||
icon_state = initial(G.base_icon)
|
||||
if(ispath(item, /obj/item/weapon/reagent_containers/hypospray/autoinjector))
|
||||
icon_state += "0"
|
||||
//CHOMPadd start
|
||||
if(ispath(item, /obj/item/weapon/melee/shock_maul))
|
||||
icon_state += "0"
|
||||
//CHOMPadd end
|
||||
|
||||
var/icon/I
|
||||
|
||||
|
||||
Reference in New Issue
Block a user