mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
first pass (emotification, some \the -> \The)
This commit is contained in:
@@ -383,7 +383,7 @@
|
||||
|
||||
var/obj/item/stack/material/S = W
|
||||
if(!(S.material.name in stored_material))
|
||||
to_chat(user, "<span class='warning'>\the [src] doesn't accept [S.material]!</span>")
|
||||
to_chat(user, "<span class='warning'>\The [src] doesn't accept [S.material]!</span>")
|
||||
return
|
||||
|
||||
var/amnt = S.perunit
|
||||
|
||||
Reference in New Issue
Block a user