mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -333,11 +333,9 @@
|
||||
var/obj/structure/cable/cable = locate() in T
|
||||
if(!cable || !istype(cable))
|
||||
to_chat(src, "<span class='warning'>There is no cable here to power the gloves.</span>")
|
||||
|
||||
return
|
||||
if(world.time < G.next_shock)
|
||||
to_chat(src, "<span class='warning'>[G] aren't ready to shock again!</span>")
|
||||
|
||||
return
|
||||
src.visible_message("<span class='warning'>[name] fires an arc of electricity!</span>", \
|
||||
"<span class='warning'>You fire an arc of electricity!</span>", \
|
||||
|
||||
@@ -28,12 +28,10 @@
|
||||
/obj/item/weapon/badminBook/attack_self(mob/living/user as mob)
|
||||
if(user.middleClickOverride)
|
||||
to_chat(user, "<span class='warning'>You try to draw power from the [src], but you cannot hold the power at this time!</span>")
|
||||
|
||||
return
|
||||
user.middleClickOverride = clickBehavior
|
||||
to_chat(user, "<span class='notice'>You draw a bit of power from the [src], you can use <b>middle click</b> or <b>alt click</b> to release the power!</span>")
|
||||
|
||||
|
||||
/datum/middleClickOverride/badminClicker
|
||||
var/summon_path = /obj/item/weapon/reagent_containers/food/snacks/cookie
|
||||
|
||||
@@ -41,6 +39,5 @@
|
||||
var/atom/movable/newObject = new summon_path
|
||||
newObject.loc = get_turf(A)
|
||||
to_chat(user, "<span class='notice'>You release the power you had stored up, summoning \a [newObject.name]! </span>")
|
||||
|
||||
usr.loc.visible_message("<span class='notice'>[user] waves \his hand and summons \a [newObject.name]</span>")
|
||||
..()
|
||||
@@ -54,7 +54,6 @@
|
||||
aiCamera.captureimage(A, usr)
|
||||
else
|
||||
to_chat(src, "<span class='userdanger'>Your camera isn't functional.</span>")
|
||||
|
||||
return
|
||||
|
||||
/*
|
||||
|
||||
@@ -281,13 +281,11 @@
|
||||
owner.research_scanner = 1
|
||||
to_chat(owner, "<span class='notice'> Research analyzer is now active.</span>")
|
||||
|
||||
|
||||
/datum/action/scan_mode/Deactivate()
|
||||
active = 0
|
||||
owner.research_scanner = 0
|
||||
to_chat(owner, "<span class='notice'> Research analyzer deactivated.</span>")
|
||||
|
||||
|
||||
/datum/action/scan_mode/Grant(mob/living/T)
|
||||
devices += 1
|
||||
..(T)
|
||||
|
||||
@@ -196,7 +196,5 @@ datum/hud/New(mob/owner)
|
||||
|
||||
else
|
||||
to_chat(usr, "\red Inventory hiding is currently only supported for human mobs, sorry.")
|
||||
|
||||
else
|
||||
to_chat(usr, "\red This mob type does not use a HUD.")
|
||||
|
||||
|
||||
@@ -247,12 +247,10 @@
|
||||
|
||||
if(!r.module)
|
||||
to_chat(usr, "\red No module selected")
|
||||
|
||||
return
|
||||
|
||||
if(!r.module.modules)
|
||||
to_chat(usr, "\red Selected module has no modules to select")
|
||||
|
||||
return
|
||||
|
||||
if(!r.robot_modules_background)
|
||||
|
||||
@@ -96,7 +96,6 @@
|
||||
if(C.internal)
|
||||
C.internal = null
|
||||
to_chat(C, "<span class='notice'>No longer running on internals.</span>")
|
||||
|
||||
if(C.internals)
|
||||
C.internals.icon_state = "internal0"
|
||||
else
|
||||
@@ -110,7 +109,6 @@
|
||||
|
||||
if(no_mask)
|
||||
to_chat(C, "<span class='notice'>You are not wearing a suitable mask or helmet.</span>")
|
||||
|
||||
return 1
|
||||
else
|
||||
var/list/nicename = null
|
||||
@@ -192,7 +190,6 @@
|
||||
|
||||
if(best)
|
||||
to_chat(C, "<span class='notice'>You are now running on internals from [tankcheck[best]] [from] your [nicename[best]].</span>")
|
||||
|
||||
C.internal = tankcheck[best]
|
||||
|
||||
|
||||
@@ -202,7 +199,6 @@
|
||||
else
|
||||
to_chat(C, "<span class='notice'>You don't have a[breathes=="oxygen" ? "n oxygen" : addtext(" ",breathes)] tank.</span>")
|
||||
|
||||
|
||||
/obj/screen/mov_intent
|
||||
name = "run/walk toggle"
|
||||
icon = 'icons/mob/screen1_midnight.dmi'
|
||||
@@ -213,7 +209,6 @@
|
||||
var/mob/living/carbon/C = usr
|
||||
if(C.legcuffed)
|
||||
to_chat(C, "<span class='notice'>You are legcuffed! You cannot run until you get [C.legcuffed] removed!</span>")
|
||||
|
||||
C.m_intent = "walk" //Just incase
|
||||
C.hud_used.move_intent.icon_state = "walking"
|
||||
return 1
|
||||
@@ -376,7 +371,6 @@
|
||||
return
|
||||
if(!istype(usr.get_active_hand(), /obj/item/weapon/gun))
|
||||
to_chat(usr, "You need your gun in your active hand to do that!")
|
||||
|
||||
return
|
||||
usr.client.AllowTargetClick()
|
||||
gun_click_time = world.time
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
if(stat == DEAD && !isnull(butcher_results)) //can we butcher it?
|
||||
if(istype(I, /obj/item/weapon/kitchen/knife))
|
||||
to_chat(user, "<span class='notice'>You begin to butcher [src]...</span>")
|
||||
|
||||
playsound(loc, 'sound/weapons/slice.ogg', 50, 1, -1)
|
||||
if(do_mob(user, src, 80))
|
||||
harvest(user)
|
||||
@@ -81,7 +80,6 @@
|
||||
var/mob/living/carbon/slime/slime = M
|
||||
if(prob(25))
|
||||
to_chat(user, "\red [src] passes right through [M]!")
|
||||
|
||||
return
|
||||
|
||||
if(power > 0)
|
||||
@@ -168,7 +166,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
if(istype(M, /mob/living/carbon/human))
|
||||
return M:attacked_by(src, user, def_zone) //make sure to return whether we have hit or miss
|
||||
else
|
||||
@@ -188,7 +185,6 @@
|
||||
if (!(RESIST_COLD in M.mutations))
|
||||
M.take_organ_damage(0, power)
|
||||
to_chat(M, "Aargh it burns!")
|
||||
|
||||
M.updatehealth()
|
||||
add_fingerprint(user)
|
||||
return 1
|
||||
|
||||
@@ -63,10 +63,8 @@
|
||||
else
|
||||
to_chat(user, "[src] has no destination.")
|
||||
|
||||
|
||||
/obj/machinery/gateway/centeraway/attack_ghost(mob/user as mob)
|
||||
if(stationgate)
|
||||
user.forceMove(stationgate.loc)
|
||||
else
|
||||
to_chat(user, "[src] has no destination.")
|
||||
|
||||
|
||||
@@ -140,7 +140,6 @@
|
||||
|
||||
// to_chat(world, "according to dblclick(), t5 is [t5]")
|
||||
|
||||
|
||||
// ------- ACTUALLY DETERMINING STUFF -------
|
||||
if (((t5 || (W && (W.flags & USEDELAY))) && !( istype(src, /obj/screen) )))
|
||||
|
||||
|
||||
@@ -19,18 +19,14 @@
|
||||
switch(hardsuit_click_mode)
|
||||
if(MIDDLE_CLICK)
|
||||
to_chat(src, "Hardsuit activation mode set to middle-click.")
|
||||
|
||||
if(ALT_CLICK)
|
||||
to_chat(src, "Hardsuit activation mode set to alt-click.")
|
||||
|
||||
if(CTRL_CLICK)
|
||||
to_chat(src, "Hardsuit activation mode set to control-click.")
|
||||
|
||||
else
|
||||
// should never get here, but just in case:
|
||||
log_debug("Bad hardsuit click mode: [hardsuit_click_mode] - expected 0 to [MAX_HARDSUIT_CLICK_MODE]")
|
||||
to_chat(src, "Somehow you bugged the system. Setting your hardsuit mode to middle-click.")
|
||||
|
||||
hardsuit_click_mode = MIDDLE_CLICK
|
||||
|
||||
/mob/living/MiddleClickOn(atom/A)
|
||||
|
||||
@@ -112,7 +112,6 @@ var/const/tk_maxrange = 15
|
||||
d = max(d,get_dist(user,focus)) // whichever is further
|
||||
if(d > tk_maxrange)
|
||||
to_chat(user, "<span class='warning'>Your mind won't reach that far.</span>")
|
||||
|
||||
return
|
||||
|
||||
if(!focus)
|
||||
|
||||
Reference in New Issue
Block a user