correct message for dental implants insertion (#91782)

(cherry picked from commit 3946763768)
This commit is contained in:
grungussuss
2025-06-26 20:12:21 -04:00
committed by Roxy
parent 9e1c7da5d0
commit 8433554b6b
+2 -2
View File
@@ -21,11 +21,11 @@
count++
if(teeth_receptangle.teeth_count == 0)
to_chat(user, span_notice("[user] has no teeth, doofus!"))
to_chat(user, span_notice("[target] has no teeth, doofus!"))
return SURGERY_STEP_FAIL
if(count >= teeth_receptangle.teeth_count)
to_chat(user, span_notice("[user]'s teeth have all been replaced with pills already!"))
to_chat(user, span_notice("[target]'s teeth have all been replaced with pills already!"))
return SURGERY_STEP_FAIL
/datum/surgery_step/insert_pill