mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Initial cable changes.
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
|
||||
/obj/item/device/radio/intercom/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(!installed)
|
||||
if(istype(W,/obj/item/weapon/cable_coil))
|
||||
if(istype(W,/obj/item/stack/cable_coil))
|
||||
if(!circuitry_installed)
|
||||
user << "\red You need to install intercom electronics first!"
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user