mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
4ecf8128e1
* Changes the scope component to be appliable to other items and not just guns. Binocs and the Curator's mothic cap use it. * Update moth.dm --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
/datum/action/item_action/hands_free
|
|
check_flags = AB_CHECK_CONSCIOUS
|
|
|
|
/datum/action/item_action/hands_free/activate
|
|
name = "Activate"
|
|
|
|
/datum/action/item_action/hands_free/shift_nerves
|
|
name = "Shift Nerves"
|
|
|
|
/datum/action/item_action/hands_free/moth_googles
|
|
name = "Toggle Zoom"
|
|
desc = "Look further out with the help of your mothic googles."
|