Skip to content

Commit

Permalink
fixes the 'alien blade' on LV (#3870)
Browse files Browse the repository at this point in the history
# About the pull request
Changes the 'alien blade' on LV from an icon missing bayonet (clown
mask) to the actual item it is supposed to look like.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Fixes the icon on the alien blade on LV.
/:cl:
  • Loading branch information
realforest2001 committed Jul 14, 2023
1 parent 6a3f4b2 commit 332dfdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions maps/map_files/LV624/LV624.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -14106,10 +14106,9 @@
/turf/open/gm/grass/grass1,
/area/lv624/ground/colony/west_nexus_road)
"fja" = (
/obj/item/attachable/bayonet{
/obj/item/weapon/unathiknife{
desc = "A curved blade made of a strange material. It looks both old and very sharp.";
force = 30;
icon_state = "unathiknife";
name = "\improper alien blade";
throwforce = 26
},
Expand Down Expand Up @@ -17272,10 +17271,9 @@
/turf/open/gm/dirt,
/area/lv624/ground/caves/sand_temple)
"nED" = (
/obj/item/attachable/bayonet{
/obj/item/weapon/unathiknife{
desc = "A curved blade made of a strange material. It looks both old and very sharp.";
force = 30;
icon_state = "unathiknife";
name = "\improper alien blade";
throwforce = 26
},
Expand Down
3 changes: 1 addition & 2 deletions maps/map_files/LV624/standalone/sandtemple-jungle.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
/turf/closed/wall/strata_ice/jungle,
/area/lv624/ground/jungle/south_west_jungle)
"lR" = (
/obj/item/attachable/bayonet{
/obj/item/weapon/unathiknife{
desc = "A curved blade made of a strange material. It looks both old and very sharp.";
force = 30;
icon_state = "unathiknife";
name = "\improper alien blade";
throwforce = 26
},
Expand Down

0 comments on commit 332dfdf

Please sign in to comment.