mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixes the typepath of the shove blocker module. (#81374)
## About The Pull Request The bulwark module had the wrong typepath for most of the descriptive elements and its complexity. So the shove block was a free module. And technically not incompatible with itself. Oh my. Not super relevant for actual play, as there is no access to this module anywhere currently, but who knows. ## Why It's Good For The Game Typepaths. ## Changelog 🆑 fix: The shove blocker module parent type now has the correct typepath. /🆑
This commit is contained in:
@@ -579,7 +579,7 @@
|
||||
#undef STORMTROOPER_MODE
|
||||
#undef SHARPSHOOTER_MODE
|
||||
|
||||
/obj/item/mod/module/anti_stagger
|
||||
/obj/item/mod/module/shove_blocker
|
||||
name = "MOD bulwark module"
|
||||
desc = "Layers upon layers of shock dampening plates, just to stop you from getting shoved into a wall by an angry mob."
|
||||
icon_state = "bulwark"
|
||||
|
||||
Reference in New Issue
Block a user