Skip to content

Commit

Permalink
works (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuTheKiller authored Sep 12, 2024
1 parent 2fc15ee commit 8639aed
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@
COOLDOWN_START(src, host_cooldown, cooldown_time)

/datum/symptom_varient/proc/Copy(datum/symptom/new_symp)
var/datum/symptom_varient/new_varient = new new_symp
return new_varient
return new type(new_symp)

0 comments on commit 8639aed

Please sign in to comment.