Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:NebulaSS13/Nebula into devupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Feb 1, 2025
2 parents fd44ffc + 0c5d0a0 commit 9fb8057
Show file tree
Hide file tree
Showing 113 changed files with 1,217 additions and 1,223 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/effects/decals/Cleanable/humans.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
persistent = TRUE
appearance_flags = NO_CLIENT_COLOR
cleanable_scent = "blood"
scent_descriptor = SCENT_DESC_ODOR
scent_descriptor = "odour"

var/base_icon = 'icons/effects/blood.dmi'
var/basecolor=COLOR_BLOOD_HUMAN // Color when wet.
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/effects/decals/cleanable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
var/cleanable_scent
var/scent_type = /datum/extension/scent/custom
var/scent_intensity = /decl/scent_intensity/normal
var/scent_descriptor = SCENT_DESC_SMELL
var/scent_descriptor = "smell"
var/scent_range = 2

/obj/effect/decal/cleanable/Initialize(var/ml, var/_age)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
/* Teleportation devices.
* Contains:
* Locator
* Hand-tele
*/

/*
* Locator
*/
/obj/item/locator
name = "locator"
desc = "Used to track those with locater implants."
desc = "Used to track those with locator implants."
icon = 'icons/obj/items/device/locator.dmi'
icon_state = ICON_STATE_WORLD
var/temp = null
Expand Down
Loading

0 comments on commit 9fb8057

Please sign in to comment.