mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fixes #3106
This commit is contained in:
@@ -571,6 +571,7 @@
|
|||||||
custom_action(step, atom/used_atom, mob/user)
|
custom_action(step, atom/used_atom, mob/user)
|
||||||
user.visible_message("[user] has connected [used_atom] to [holder].", "You connect [used_atom] to [holder]")
|
user.visible_message("[user] has connected [used_atom] to [holder].", "You connect [used_atom] to [holder]")
|
||||||
holder.overlays += used_atom.icon_state+"+o"
|
holder.overlays += used_atom.icon_state+"+o"
|
||||||
|
user.drop_item()
|
||||||
del used_atom
|
del used_atom
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user