mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Moves icon
This commit is contained in:
@@ -16,9 +16,9 @@ var/global/list/active_radio_jammers = list()
|
||||
/obj/item/device/radio_jammer
|
||||
name = "subspace jammer"
|
||||
desc = "Primarily for blocking subspace communications, preventing the use of headsets, PDAs, and communicators."
|
||||
icon = 'icons/obj/device_alt.dmi'
|
||||
icon_state = "shield0"
|
||||
var/active_state = "shield1"
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "jammer0"
|
||||
var/active_state = "jammer1"
|
||||
|
||||
var/on = 0
|
||||
var/jam_range = 7
|
||||
|
||||
Reference in New Issue
Block a user