Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Limousine Sprites+Obj Code #649

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions code/modules/wod13/car.dm
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,30 @@ SUBSYSTEM_DEF(carpool)
access = "clinic"
icon_state = "5"

/obj/vampire_car/limousine
icon_state = "limo"
max_passengers = 6
dir = WEST
beep_sound = 'code/modules/wod13/sounds/migalka.ogg'
baggage_limit = 45

/obj/vampire_car/limousine/giovanni
icon_state = "giolimo"
max_passengers = 6
dir = WEST
beep_sound = 'code/modules/wod13/sounds/migalka.ogg'
access = "giovanni"
baggage_limit = 45
baggage_max = WEIGHT_CLASS_BULKY
XanderDox marked this conversation as resolved.
Show resolved Hide resolved

/obj/vampire_car/limousine/camarilla
icon_state = "limo"
max_passengers = 6
dir = WEST
beep_sound = 'code/modules/wod13/sounds/migalka.ogg'
access = "camarilla"
baggage_limit = 45

/obj/vampire_car/police
icon_state = "police"
max_passengers = 3
Expand Down
Binary file modified code/modules/wod13/cars.dmi
Binary file not shown.