Update weaponized.dm
This commit is contained in:
@@ -45,6 +45,9 @@
|
||||
/obj/item/integrated_circuit/weaponized/weapon_firing/attackby(var/obj/O, var/mob/user)
|
||||
if(istype(O, /obj/item/gun/energy))
|
||||
var/obj/item/gun/gun = O
|
||||
if(!gun.can_circuit)
|
||||
to_chat(user, "<span class='warning'>[gun] does not fit into circuits.</span>")
|
||||
return
|
||||
if(installed_gun)
|
||||
to_chat(user, "<span class='warning'>There's already a weapon installed.</span>")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user