mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Weapons Analyzer Fix (#9097)
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
if(!istype(A))
|
||||
return ..()
|
||||
if(!ready_to_craft)
|
||||
to_chat(user, span("warning", "You cannot assemble this in your hands. You need to craft it in special eqiupment!"))
|
||||
to_chat(user, SPAN_WARNING("You cannot modify \the [src] by hand, you need to use a weapons analyzer."))
|
||||
return
|
||||
|
||||
if(ismodifier(A) && gun_mods.len < modifier_cap)
|
||||
|
||||
Reference in New Issue
Block a user