mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Formatting.
This commit is contained in:
@@ -111,4 +111,3 @@ GLOBAL_LIST_INIT(huds, list( \
|
||||
|
||||
/mob/new_player/add_click_catcher()
|
||||
return
|
||||
|
||||
|
||||
@@ -465,7 +465,7 @@
|
||||
if(!R)
|
||||
return
|
||||
|
||||
var/commenter_display = "Somebody(???)"
|
||||
var/commenter_display = "Something(???)"
|
||||
if(ishuman(commenter))
|
||||
var/mob/living/carbon/human/U = commenter
|
||||
commenter_display = "[U.get_authentification_name()] ([U.get_assignment()])"
|
||||
|
||||
@@ -621,8 +621,6 @@
|
||||
dna.species.spec_electrocute_act(src, shock_damage, source, siemens_coeff, safety, override, tesla_shock, illusion, stun)
|
||||
. = ..(shock_damage, source, siemens_coeff, safety, override, tesla_shock, illusion, stun)
|
||||
|
||||
|
||||
|
||||
/mob/living/carbon/human/Topic(href, href_list)
|
||||
if(!usr.stat && usr.canmove && !usr.restrained() && in_range(src, usr))
|
||||
var/thief_mode = 0
|
||||
|
||||
Reference in New Issue
Block a user