mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 13:33:29 +00:00
Removed some debug strings.
This commit is contained in:
@@ -77,10 +77,8 @@
|
||||
if(!O.fingerprintslast)
|
||||
return
|
||||
|
||||
visible_message("Debug: checking client for [O.fingerprintslast]")
|
||||
var/client/assailant = directory[ckey(O.fingerprintslast)]
|
||||
if(assailant && assailant.mob && istype(assailant.mob,/mob))
|
||||
visible_message("Assailant has client: [assailant]")
|
||||
var/mob/M = assailant.mob
|
||||
src.attack_log += text("\[[time_stamp()]\] <font color='orange'>Has been hit with [O], last touched by [M.name] ([assailant.ckey])</font>")
|
||||
M.attack_log += text("\[[time_stamp()]\] <font color='red'>Hit [src.name] ([src.ckey]) with [O]</font>")
|
||||
|
||||
@@ -596,8 +596,6 @@ var/list/slot_equipment_priority = list( \
|
||||
M.LAssailant = null
|
||||
else
|
||||
M.LAssailant = usr
|
||||
if (M.pinned.len)
|
||||
usr << "They're pinned, gtfo."
|
||||
return
|
||||
|
||||
if(pulling)
|
||||
|
||||
Reference in New Issue
Block a user