mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Merge resolution.
This commit is contained in:
@@ -389,7 +389,7 @@ var/list/sacrificed = list()
|
||||
var/chose_name = 0
|
||||
for(var/obj/item/weapon/paper/P in this_rune.loc)
|
||||
if(P.info)
|
||||
D.real_name = copytext(P.info, 1, MAX_NAME_LEN)
|
||||
D.real_name = copytext(P.info, findtext(P.info,">")+1, findtext(P.info,"<",2) )
|
||||
chose_name = 1
|
||||
break
|
||||
if(!chose_name)
|
||||
|
||||
Reference in New Issue
Block a user