mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 18:36:43 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
reagents.trans_to_mob(H, reagents.total_volume*0.75, CHEM_TOUCH) // most of it gets on the skin
|
||||
reagents.trans_to_mob(H, reagents.total_volume*0.25, CHEM_BLOOD) // some gets in the wound
|
||||
user.visible_message(SPAN_NOTICE("\The [user] bandages \a [W.desc] on [M]'s [affecting.name] with [src], tying it in place."), \
|
||||
SPAN_NOTICE("You bandage \a [W.desc] on [M]'s [affecting.name] with [src], tying it in place."))
|
||||
SPAN_NOTICE("You bandage \a [W.desc] on [M]'s [affecting.name] with [src], tying it in place."))
|
||||
W.bandage()
|
||||
qdel(src) // the rag is used up, it'll be all bloody and useless after
|
||||
return // we can only do one at a time
|
||||
|
||||
@@ -70,12 +70,12 @@
|
||||
|
||||
|
||||
/atom/proc/get_swab_name()
|
||||
return "\the [initial(name)]"
|
||||
return "\the [initial(name)]"
|
||||
|
||||
/obj/machinery/door/get_swab_name()
|
||||
if(name != initial(name))
|
||||
return "\the [initial(name)]: [name]"
|
||||
return ..()
|
||||
if(name != initial(name))
|
||||
return "\the [initial(name)]: [name]"
|
||||
return ..()
|
||||
|
||||
/obj/item/sample/fibers
|
||||
name = "fiber bag"
|
||||
|
||||
Reference in New Issue
Block a user