mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixes a bunch of broken verbs (#16581)
* b # Conflicts: # html/changelogs/mattatlas-scopefix.yml * bbb * fix debug log --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -354,6 +354,7 @@ BREATH ANALYZER
|
||||
/obj/item/device/healthanalyzer/verb/toggle_mode()
|
||||
set name = "Switch Verbosity"
|
||||
set category = "Object"
|
||||
set src in usr
|
||||
|
||||
mode = !mode
|
||||
|
||||
|
||||
@@ -115,6 +115,7 @@
|
||||
/obj/item/device/taperecorder/verb/stop()
|
||||
set name = "Stop Recording"
|
||||
set category = "Object"
|
||||
set src in usr
|
||||
|
||||
if(use_check_and_message(usr))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user