Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 7054fdc

Browse files
committed
May have forgotten about that one
1 parent 5e77924 commit 7054fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/antagonists/changeling/powers/mutations.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
return
219219
//user.say("Heeeeeeeeeerrre's Johnny!")
220220
if(istype(src, /obj/item/melee/arm_blade/slime))
221-
user.visible_message(span_warning("[user] forces the airlock to open with [user.p_their()] [src]!"), span_warning("We force the airlock to open."), span_italics("You hear a metal screeching sound."))
221+
user.visible_message(span_warning("[user] forces the airlock to open with [user.p_their()] [src]!"), span_warning("You force the airlock to open."), span_italics("You hear a metal screeching sound."))
222222
else
223223
user.visible_message(span_warning("[user] forces the airlock to open with [user.p_their()] [src]!"), span_warning("We force the airlock to open."), //yogs modified description
224224
span_italics("You hear a metal screeching sound."))

0 commit comments

Comments
 (0)