Skip to content

Commit

Permalink
you must do the experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 25, 2024
1 parent 9263d8f commit db8b5e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/reagents/chemistry_properties/prop_special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@
/datum/chem_property/special/DNA_Disintegrating/trigger()
SSticker.mode.get_specific_call(/datum/emergency_call/goon/chem_retrieval, TRUE, FALSE, holder.name) // "Weyland-Yutani Goon (Chemical Investigation Squad)"
GLOB.chemical_data.update_credits(10)
message_admins("The research department has discovered DNA_Disintegrating in [holder.name] adding 10 bonus tech points and research credits.")
var/datum/techtree/tree = GET_TREE(TREE_MARINE)
tree.add_points(10)
message_admins("The research department has discovered DNA_Disintegrating in [holder.name] adding 10 research credits.")
ai_announcement("NOTICE: Encrypted data transmission received from USCSS Royce. Shuttle inbound.")

/datum/chem_property/special/ciphering
Expand Down

0 comments on commit db8b5e6

Please sign in to comment.