Skip to content

Commit

Permalink
Fixes verb scope on Look Upwards (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinum authored Aug 20, 2023
1 parent 18fc29d commit 86a8825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ GLOBAL_LIST_EMPTY(fire_appearances)
/mob/living/proc/can_look_up()
return !(incapacitated(IGNORE_RESTRAINTS))

/mob/living/carbon/human/verb/lookup()
/mob/living/verb/lookup()
set name = "Look Upwards"
set desc = "If you want to know what's above."
set category = "IC"
Expand Down

0 comments on commit 86a8825

Please sign in to comment.