Moves icon

This commit is contained in:
Arokha Sieyes
2017-05-09 20:45:03 -04:00
parent 5c7ef1bbef
commit 60889202c4
2 changed files with 3 additions and 3 deletions

View File

@@ -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