mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Improves mob/living/silicon/robot item_interaction() proc (#31907)
* Update robot_mob.dm * Update test_attack_chain_borgs.dm * Update test_attack_chain_borgs.dm * Apply suggestions from code review Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> --------- Signed-off-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
player.click_on(borg)
|
||||
TEST_ASSERT_LAST_CHATLOG(player, "You remove the high-capacity power cell")
|
||||
player.click_on(borg)
|
||||
TEST_ASSERT_LAST_CHATLOG(player, "You insert the power cell")
|
||||
TEST_ASSERT_LAST_CHATLOG(player, "You insert the high-capacity power cell")
|
||||
player.retrieve(crowbar)
|
||||
player.click_on(borg)
|
||||
TEST_ASSERT_LAST_CHATLOG(player, "You close the cover")
|
||||
|
||||
Reference in New Issue
Block a user