mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
correct message for dental implants insertion (#91782)
(cherry picked from commit 3946763768)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user