mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Punctuation fix.
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
if (src.amount >= srl.req_amount)
|
if (src.amount >= srl.req_amount)
|
||||||
t1 += "<a href='?src=\ref[src];sublist=[i]'>[srl.title] ([srl.req_amount] [src.singular_name]\s)</a>"
|
t1 += "<a href='?src=\ref[src];sublist=[i]'>[srl.title] ([srl.req_amount] [src.singular_name]\s)</a>"
|
||||||
else
|
else
|
||||||
t1 += "[srl.title] ([srl.req_amount] [src.singular_name]\s<br>"
|
t1 += "[srl.title] ([srl.req_amount] [src.singular_name]\s)<br>"
|
||||||
|
|
||||||
if (istype(E, /datum/stack_recipe))
|
if (istype(E, /datum/stack_recipe))
|
||||||
var/datum/stack_recipe/R = E
|
var/datum/stack_recipe/R = E
|
||||||
|
|||||||
Reference in New Issue
Block a user