mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 18:06:28 +01:00
bugfix / tweaks (#6959)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
if(cell)
|
||||
to_chat(user, "<span class='warning'>\The [src] already has \a [cell] installed.</span>")
|
||||
return
|
||||
if(!user.attempt_insert_item_for_installation(cell, src))
|
||||
if(!user.attempt_insert_item_for_installation(thing, src))
|
||||
return
|
||||
cell = thing
|
||||
playsound(loc, 'sound/machines/click.ogg', 10, 1)
|
||||
|
||||
Reference in New Issue
Block a user