mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Fixes some bugs. (#16854)
* Fixes some bugs. * d --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -128,6 +128,10 @@
|
||||
return
|
||||
|
||||
/obj/item/ship_ammunition/proc/wield(var/mob/living/carbon/human/user)
|
||||
var/obj/A = user.get_inactive_hand()
|
||||
if(A)
|
||||
to_chat(user, SPAN_WARNING("Your other hand is occupied!"))
|
||||
return
|
||||
wielded = TRUE
|
||||
var/obj/item/offhand/O = new(user)
|
||||
O.name = "[initial(name)] - offhand"
|
||||
|
||||
Reference in New Issue
Block a user