Skip to content

Commit

Permalink
[MIRROR] Fix smoking pipe sprite typo [MDB IGNORE] (#2892)
Browse files Browse the repository at this point in the history
* Fix smoking pipe sprite typo (#83759)

## About The Pull Request
closes #83755 
there was a typographical error in both of the item
## Why It's Good For The Game
it closes #83755 
## Changelog
:cl:
fix: smoking pipe not showing sprite when lit
/:cl:

* Fix smoking pipe sprite typo

---------

Co-authored-by: projectkepler-RU <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
Co-authored-by: FlufflesTheDog <[email protected]>
  • Loading branch information
4 people authored and StealsThePRs committed Jun 8, 2024
1 parent 7acf9e9 commit 84fef2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/cigs_lighters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
name = "smoking pipe"
desc = "A pipe, for smoking. Probably made of meerschaum or something."
icon_state = "pipeoff"
icon_on = "pipeff" //Note - these are in masks.dmi
icon_on = "pipeoff" //Note - these are in masks.dmi
icon_off = "pipeoff"
inhand_icon_state = null
inhand_icon_on = null
Expand Down Expand Up @@ -789,7 +789,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
name = "corn cob pipe"
desc = "A nicotine delivery system popularized by folksy backwoodsmen and kept popular in the modern age and beyond by space hipsters. Can be loaded with objects."
icon_state = "cobpipeoff"
icon_on = "cobpipeff" //Note - these are in masks.dmi
icon_on = "cobpipeoff" //Note - these are in masks.dmi
icon_off = "cobpipeoff"
inhand_icon_on = null
inhand_icon_off = null
Expand Down

0 comments on commit 84fef2b

Please sign in to comment.