mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 05:36:19 +01:00
Adding improvised signal jammers
Adds improvised signal jammers, does a bit of light refactoring, makes signal jammers stop radio signallers.
This commit is contained in:
@@ -102,6 +102,13 @@
|
||||
return 1
|
||||
return 0
|
||||
|
||||
|
||||
/mob/proc/drop_item_if_in_either_hand(var/obj/item/W,var/atom/Target)
|
||||
if (l_hand==W)
|
||||
return drop_l_hand(Target)
|
||||
if (r_hand==W)
|
||||
return drop_r_hand(Target)
|
||||
|
||||
|
||||
//Drops the item in our left hand
|
||||
/mob/proc/drop_l_hand(var/atom/Target)
|
||||
|
||||
Reference in New Issue
Block a user