Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kiVts committed Nov 2, 2024
1 parent 87249e1 commit e0a2a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/Chemistry-Generator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
generate_description()
return TRUE

/datum/reagent/proc/add_property(my_property, my_level, value_offset = 0, type_to_add = "none", track_added_properties = FALSE, )
/datum/reagent/proc/add_property(my_property, my_level, value_offset = 0, type_to_add = "none", track_added_properties = FALSE)
//Determine level modifier
var/level
if(my_level)
Expand Down

0 comments on commit e0a2a48

Please sign in to comment.