mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Only the surgeon of a surgery knows what method of surgery is chosen (#42120)
🆑 coiax tweak: When laying the drapes for surgery, only the surgeon will know which proceedure has been initiated. /🆑 Why? Surgery requires trust, and additional trust will now be required, given the "brain surgery" and "brainwashing" surgeries have very similar steps. Is she installing a CNS rebooter, or performing a casual pacification surgery?
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
if(S.ignore_clothes || get_location_accessible(M, selected_zone))
|
||||
var/datum/surgery/procedure = new S.type(M, selected_zone, affecting)
|
||||
user.visible_message("[user] drapes [I] over [M]'s [parse_zone(selected_zone)] to prepare for \an [procedure.name].", \
|
||||
user.visible_message("[user] drapes [I] over [M]'s [parse_zone(selected_zone)] to prepare for surgery.", \
|
||||
"<span class='notice'>You drape [I] over [M]'s [parse_zone(selected_zone)] to prepare for \an [procedure.name].</span>")
|
||||
|
||||
log_combat(user, M, "operated on", null, "(OPERATION TYPE: [procedure.name]) (TARGET AREA: [selected_zone])")
|
||||
|
||||
Reference in New Issue
Block a user