Skip to content

Commit

Permalink
the pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniblet committed Mar 9, 2024
1 parent d6ab6b8 commit c501fad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@
icon_state = "geneticist"

/obj/item/toy/figure/hop
name = "head of personel action figure"
desc = "A \"Space Life\" brand head of personel action figure."
name = "head of personnel action figure"
desc = "A \"Space Life\" brand head of personnel action figure."
icon_state = "hop"

/obj/item/toy/figure/hos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
display_name = "retractable glare dampeners"
description = "A subdermal implant installed just above the brow line that deploys a thin sheath of hyperpolycarbonate that protects from eye damage associated with arc flash."
path = /obj/item/organ/internal/augment/tool/correctivelens/glare_dampener
allowed_roles = list("Chief Engineer", "Engineer", "Atmospheric Technician", "Engineering Apprentice", "Machinist", "Engineering Personnel", "Operations Personel")
allowed_roles = list("Chief Engineer", "Engineer", "Atmospheric Technician", "Engineering Apprentice", "Machinist", "Engineering Personnel", "Operations Personnel")
cost = 2

/datum/gear/augment/drill
Expand Down
14 changes: 14 additions & 0 deletions html/changelogs/sniblet-nothin-personel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Your name.
author: Sniblet

# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True

# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- spellcheck: "Replaced all instances of 'personel' with personnel."
- buxfix: "The Operations Personnel job can now spawn with a glare dampener augment."

0 comments on commit c501fad

Please sign in to comment.