mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
[MIRROR] Fixes the typepath of the shove blocker module. (#26445)
* 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. /🆑 * Fixes the typepath of the shove blocker module. --------- Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com>
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