Weapons Analyzer Fix (#9097)

This commit is contained in:
Geeves
2020-06-13 02:51:27 -03:00
committed by GitHub
parent 59d4451d44
commit b1570a5abc
3 changed files with 25 additions and 21 deletions
@@ -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)