mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #7539 from VOREStation/aro-uavbug2
Fix UAV cells again
This commit is contained in:
@@ -124,8 +124,9 @@
|
||||
to_chat(user, "<span class='notice'>You insert [I] into [nickname].</span>")
|
||||
playsound(src, 'sound/items/deconstruct.ogg', 50, 1)
|
||||
power_down()
|
||||
cell.forceMove(get_turf(src))
|
||||
cell = null
|
||||
user.remove_from_mob(I)
|
||||
I.forceMove(src)
|
||||
cell = I
|
||||
|
||||
else if(istype(I, /obj/item/weapon/pen) || istype(I, /obj/item/device/flashlight/pen))
|
||||
var/tmp_label = sanitizeSafe(input(user, "Enter a nickname for [src]", "Nickname", nickname), MAX_NAME_LEN)
|
||||
|
||||
Reference in New Issue
Block a user