mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[MIRROR] Fixes a copy+paste issue with "open the hatch" surgery step sound [MDB IGNORE] (#13060)
* Fixes a copy+paste issue with surgery sounds (#66441) * Fixes a copy+paste issue with "open the hatch" surgery step sound Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
span_notice("[user] begins to open the hatch holders in [target]'s [parse_zone(target_zone)]."))
|
||||
display_pain(target, "The last faint pricks of tactile sensation fade from your [parse_zone(target_zone)] as the hatch is opened.", TRUE)
|
||||
|
||||
/datum/surgery_step/mechanic_unwrench/tool_check(mob/user, obj/item/tool)
|
||||
/datum/surgery_step/open_hatch/tool_check(mob/user, obj/item/tool)
|
||||
if(tool.usesound)
|
||||
preop_sound = tool.usesound
|
||||
|
||||
|
||||
Reference in New Issue
Block a user