Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bidons and Chemistry QOL#9131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
hex37 wants to merge17 commits intoPolarisSS13:master
base:master
Choose a base branch
Loading
fromhex37:bidons
Draft
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
4620037
Bidons and Chemistry QOL
hex37Jun 30, 2023
6b8c127
Remove pour if beaker is full- not necessary
hex37Jun 30, 2023
448702f
adds printing recipes
hex37Jun 30, 2023
5491624
Fix trigger bidon
hex37Jun 30, 2023
f48d584
vanity commit
hex37Jun 30, 2023
fdfa625
Update bidon.dm
hex37Jul 18, 2023
67406bb
Update code/modules/reagents/reagent_containers/_reagent_containers.dm
hex37Aug 21, 2023
fac3ebe
Update code/modules/reagents/reagent_containers/bidon.dm
hex37Aug 21, 2023
07fde9f
Update code/modules/reagents/reagent_containers/bidon.dm
hex37Aug 21, 2023
aef2a63
Update code/modules/reagents/reagent_containers/bidon.dm
hex37Aug 25, 2023
2e8a7e7
Update code/modules/reagents/reagent_containers/glass.dm
hex37Aug 25, 2023
6cc570f
Update code/modules/reagents/reagent_containers/bidon.dm
hex37Aug 25, 2023
e80319a
fixes
hex37Aug 25, 2023
15697ef
Merge branch 'bidons' of https://github.com/hex37/Polaris into bidons
hex37Aug 25, 2023
51cfee6
strange return
hex37Aug 25, 2023
b1c99f9
sleepless push
hex37Aug 25, 2023
aa8e6b6
update name
hex37Sep 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update code/modules/reagents/reagent_containers/bidon.dm
Co-authored-by: Atermonera <atermonera@gmail.com>
  • Loading branch information
@hex37@Atermonera
hex37 andAtermonera authoredAug 21, 2023
commitfac3ebedbe87f89feda4f13811640dabc76887d2
2 changes: 1 addition & 1 deletioncode/modules/reagents/reagent_containers/bidon.dm
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -107,7 +107,7 @@
var/list/directions = list(WEST, NORTH, SOUTH, EAST)
for(var/direction_from_obj in directions)
for (var/obj/machinery/valid_machine in get_step(get_turf(src), direction_from_obj))
if(valid_machine.anchor_type &&ispath(valid_machine.anchor_type, /obj/structure/reagent_dispensers/bidon))
if(ispath(valid_machine.anchor_type) &&istype(src,valid_machine.anchor_type))
if(valid_machine.anchor_direction)
if(valid_machine.anchor_direction == reverse_direction(direction_from_obj))
anchored_machine = valid_machine
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp