mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #4622 from Novacat/nova-pathfinder
Adds an Admin Subspace Jammer for events
This commit is contained in:
4
code/game/objects/items/devices/radio/jammer_vr.dm
Normal file
4
code/game/objects/items/devices/radio/jammer_vr.dm
Normal file
@@ -0,0 +1,4 @@
|
||||
//Unlimited use, unlimited range jammer for admins. Turn it on, drop it somewhere, it works.
|
||||
/obj/item/device/radio_jammer/admin
|
||||
jam_range = 255
|
||||
tick_cost = 0
|
||||
@@ -1001,6 +1001,7 @@
|
||||
#include "code\game\objects\items\devices\radio\headset_vr.dm"
|
||||
#include "code\game\objects\items\devices\radio\intercom.dm"
|
||||
#include "code\game\objects\items\devices\radio\jammer.dm"
|
||||
#include "code\game\objects\items\devices\radio\jammer_vr.dm"
|
||||
#include "code\game\objects\items\devices\radio\radio.dm"
|
||||
#include "code\game\objects\items\devices\radio\radio_vr.dm"
|
||||
#include "code\game\objects\items\robot\robot_items.dm"
|
||||
|
||||
Reference in New Issue
Block a user