mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00: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:
@@ -5,6 +5,7 @@
|
||||
set name = "Toggle Gun Mode"
|
||||
set desc = "Begin or stop aiming."
|
||||
set category = "IC"
|
||||
|
||||
if(isliving(src))
|
||||
var/mob/living/M = src
|
||||
if(!M.aiming)
|
||||
|
||||
Reference in New Issue
Block a user