Skip to content

Commit

Permalink
Small fix to Nightmare documentation example (#6072)
Browse files Browse the repository at this point in the history
# About the pull request
Fixes the documentation regarding the nightmare landmarks example.
Viro_open which is presented as the example, fails to inform you that
the text after the _ will not be used by the landmark and is simply
additional info for the viewer. This has now been rectified with this
PR.


# Changelog
:cl:
fix: Fixes Nightmare documentation example.
/:cl:

---------

Co-authored-by: Drathek <[email protected]>
  • Loading branch information
TopHatPenguin and Drulikar committed Apr 11, 2024
1 parent 2a561fa commit d8e0e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/nightmare/nmnodes/mapload.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
/**
* Similar to variations mode, but rolls all files individually rather
* than picking one, using name for landmark. The prefix number is used
* as a percentage chance. You can add extra text with an underscore.
* as a percentage chance.
*
* Example:
* some/folder/10.something_funny.dmm
* would have 10% chance to insert at 'something' landmark
* would have 10% chance to insert at the 'something_funny' landmark
*/
/datum/nmnode/mapload/sprinkles
id = "map_sprinkle"
Expand Down

0 comments on commit d8e0e9c

Please sign in to comment.