mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Fixes a couple of object descriptions
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
can_leave_fibers = FALSE
|
||||
|
||||
/obj/item/clothing/gloves/combat
|
||||
desc = "These tactical gloves are somewhat fire and impact resistant."
|
||||
desc = "These tactical gloves are both insulated and offer protection from heat sources."
|
||||
name = "combat gloves"
|
||||
icon_state = "combat"
|
||||
item_state = "swat_gl"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/vehicle/ambulance
|
||||
name = "ambulance"
|
||||
desc = "what the paramedic uses to run over people to take to medbay."
|
||||
desc = "This is what the paramedic uses to run over people they need to take to medbay."
|
||||
icon_state = "docwagon2"
|
||||
keytype = /obj/item/key/ambulance
|
||||
var/obj/structure/bed/amb_trolley/bed = null
|
||||
|
||||
Reference in New Issue
Block a user