mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] Give smoke machines the simple_rotation component (#27022)
* Give smoke machines the simple_rotation component (#82169) ## About The Pull Request Smoke machines have a plumbing input, but as opposed to as far as I know all other plumbing machines they cannot easily be rotated. This is *really* awkward, and in some positions makes it a massive pain in the ass to position properly. Giving it the `/datum/component/simple_rotation` component that all other such machines have fixes this. ## Why It's Good For The Game It's really really awkward to orient where its plumbing input goes without this. Try put it against a wall with its plumbing end away from the wall, it sucks. ## Changelog 🆑 qol: Smoke machines can actually be rotated with alt-click when unwrenched. /🆑 * Give smoke machines the simple_rotation component --------- Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
. = ..()
|
||||
create_reagents(REAGENTS_BASE_VOLUME, INJECTABLE)
|
||||
AddComponent(/datum/component/plumbing/simple_demand)
|
||||
AddComponent(/datum/component/simple_rotation)
|
||||
for(var/datum/stock_part/matter_bin/B in component_parts)
|
||||
reagents.maximum_volume += REAGENTS_BASE_VOLUME * B.tier
|
||||
if(is_operational)
|
||||
|
||||
Reference in New Issue
Block a user