mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
* Add a mapping helper for welding airlocks (#74206) ## About The Pull Request What it says on the tin. Warning: copy-pasted mapper sprites. ## Why It's Good For The Game Fewer varedits, better maintainability, more obvious in the map editor what's been applied to a given airlock. ## Changelog No player facing changes. * Add a mapping helper for welding airlocks --------- Co-authored-by: Vire <66576896+Maurukas@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
2 lines
120 B
Plaintext
2 lines
120 B
Plaintext
/obj/machinery/door/airlock/@SUBTYPES{welded = 1} : @OLD{@OLD;welded=@SKIP}, /obj/effect/mapping_helpers/airlock/welded
|