mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Click Suit Storage (#11262)
This commit is contained in:
@@ -2062,3 +2062,9 @@
|
||||
set name = "click_back"
|
||||
if(back)
|
||||
back.Click()
|
||||
|
||||
/mob/living/carbon/human/verb/click_suit_storage()
|
||||
set hidden = 1
|
||||
set name = "click_suit_storage"
|
||||
if(s_store)
|
||||
s_store.Click()
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added a macroable verb to click suit storage, click_suit_storage."
|
||||
Reference in New Issue
Block a user