mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fix for compiling on case sensitive filesystems.
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
@@ -105,12 +105,12 @@
|
|||||||
if(reinf) new /obj/item/stack/rods(loc)
|
if(reinf) new /obj/item/stack/rods(loc)
|
||||||
del(src)
|
del(src)
|
||||||
else if (usr.a_intent == "hurt")
|
else if (usr.a_intent == "hurt")
|
||||||
playsound(src.loc, 'Glassknock.ogg', 80, 1)
|
playsound(src.loc, 'glassknock.ogg', 80, 1)
|
||||||
usr.visible_message("\red [usr.name] bangs against the [src.name]!", \
|
usr.visible_message("\red [usr.name] bangs against the [src.name]!", \
|
||||||
"\red You bang against the [src.name]!", \
|
"\red You bang against the [src.name]!", \
|
||||||
"You hear a banging sound.")
|
"You hear a banging sound.")
|
||||||
else
|
else
|
||||||
playsound(src.loc, 'Glassknock.ogg', 80, 1)
|
playsound(src.loc, 'glassknock.ogg', 80, 1)
|
||||||
usr.visible_message("[usr.name] knocks on the [src.name].", \
|
usr.visible_message("[usr.name] knocks on the [src.name].", \
|
||||||
"You knock on the [src.name].", \
|
"You knock on the [src.name].", \
|
||||||
"You hear a knocking sound.")
|
"You hear a knocking sound.")
|
||||||
|
|||||||
Reference in New Issue
Block a user