mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Fixes right pew name (#50683)
About The Pull Request Fixes the right wooden pew end name Why It's Good For The Game discrepancy detected Changelog cl fix: right pews are no longer left pews. /cl
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
update_leftpewarmrest()
|
||||
|
||||
/obj/structure/chair/pew/right
|
||||
name = "left wooden pew end"
|
||||
name = "right wooden pew end"
|
||||
icon_state = "pewend_right"
|
||||
var/mutable_appearance/rightpewarmrest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user