d k daunkey kaung
This commit is contained in:
@@ -426,7 +426,7 @@
|
||||
for(var/obj/item/I in U.held_items)
|
||||
if(istype(I, /obj/item/turret_control))
|
||||
qdel(I)
|
||||
UpdateButtonIcon()
|
||||
UpdateButtons()
|
||||
return
|
||||
else
|
||||
playsound(PE,'sound/mecha/mechmove01.ogg', 50, TRUE)
|
||||
@@ -443,7 +443,7 @@
|
||||
else //Entries in the list should only ever be items or null, so if it's not an item, we can assume it's an empty hand
|
||||
var/obj/item/turret_control/TC = new /obj/item/turret_control()
|
||||
U.put_in_hands(TC)
|
||||
UpdateButtonIcon()
|
||||
UpdateButtons()
|
||||
|
||||
|
||||
/obj/item/turret_control
|
||||
|
||||
Reference in New Issue
Block a user