Skip to content

Commit

Permalink
Merge pull request #9301 from Greenjoe12345/areablurbfix
Browse files Browse the repository at this point in the history
Area blurb verb fix
  • Loading branch information
Spookerton committed Dec 29, 2023
2 parents 0b48fc4 + 8ac39d8 commit de510b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/area/areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ GLOBAL_DATUM(spoiler_obfuscation_image, /image)
blurb_verb.do_area_blurb(src, TRUE)

/// A ghost version of the view area blurb verb so you can view it while observing.
/mob/abstract/observer/verb/ghost_show_area_blurb()
/mob/observer/verb/ghost_show_area_blurb()
set name = "Show area blurb"
set category = "IC"

Expand Down

0 comments on commit de510b9

Please sign in to comment.