Bunsen Burner (#18361)

* bunsen burner port

* reacting reagents returns if it did

* small fixes

* new bunsen burner icon

* fixes

* deconstruction fixing

* smaller range

* code review
This commit is contained in:
Will
2025-08-30 20:16:03 +02:00
committed by GitHub
parent 821aade7a7
commit 95d9e50fb7
16 changed files with 231 additions and 30 deletions
@@ -21,3 +21,4 @@
for(var/decl/chemical_reaction/C as anything in effect_reactions)
C.post_reaction(src)
update_total()
return TRUE
+1
View File
@@ -105,6 +105,7 @@
SEND_SIGNAL(src, COMSIG_UNITTEST_DATA, list(C))
#endif
update_total()
return TRUE
/* Holder-to-chemical */